Orioles Orange (#FB4F14)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.37:1 — vs black: 6.23:1
Color values
-
HEX
#FB4F14 -
RGB
rgb(251, 79, 20) -
HSL
hsl(15, 92%, 98%) -
CMYK
cmyk( 0, 68.53, 92.03, 1.57 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FB4F14 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FB4F14
Base
#14C0FB
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FB4F14
Base
#FB144D
#FBC314
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FB4F14
Base
#14FB4F
#4F14FB
Two colors flanking the complement — high contrast with less tension than full complementary.
#FB4F14
Base
#14FBC3
#144DFB
Four colors at 90° intervals — rich variety, best when one color dominates.
#FB4F14
Base
#4DFB14
#14C0FB
#C314FB
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FB4F14
Base
#741F02
#BF3303
#E23D04
#FC6D3C
#FC875F
#FEC0AA
Darker shades and lighter tints of Orioles Orange, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#190700
#491401
#7A2102
#AA2E03
#DA3A04
#FB4F14
Base
#FC6E3E
#FC8E68
#FDAD92
#FECDBC
#FFECE6
Ready-to-use code snippets for #FB4F14. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FB4F14;
}
/* Text */
.element {
color: #FB4F14;
}
/* Border */
.element {
border: 1px solid #FB4F14;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FB4F14,
#F7FDFF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FB4F14,
#F7FDFF
);
}
// SCSS variable
$orioles-orange: #FB4F14;
// With RGB channels (useful for rgba() usage)
$orioles-orange-r: 251;
$orioles-orange-g: 79;
$orioles-orange-b: 20;
// Usage
.element {
background-color: $orioles-orange;
color: rgba($orioles-orange-r, $orioles-orange-g, $orioles-orange-b, 0.8);
}
How Orioles Orange appears to people with different types of color vision deficiency.
#FB4F14
How the color appears with full color vision.
#9D9D00
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#74741B
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FC4A4A
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#8C8C8C
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.