Shades of Carrot Orange #FB9A1E
Tints of Carrot Orange #FB9A1E
RGB
CMYK
RGB Variations
Color information
#FB9A1E (or 0xFB9A1E) is known color: Carrot Orange. HEX triplet: FB, 9A and 1E. RGB value is (251,154,30). Sum of RGB (Red+Green+Blue) = 251+154+30=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9A1E is #0465E1. Grayscale: #A9A9A9. Windows color (decimal): -288226 or 2005755. OLE color: 2005755.
HSL color Cylindrical-coordinate representation of color #FB9A1E: hue angle of 33.67º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB9A1E is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 154 | 30 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.02 |
| HSL | 33.67º | 0.97% | 0.55% | - |
| HSV(B) | 33.67º | 0.88% | 0.98% | - |
| XYZ | 51.57 | 43.71 | 6.95 | - |
| YUV | 168.87 | 49.64 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 154 | 30 | 0 | 0.39 | 0.88 | 0.02 | 33.67 | 0.97 | 0.55 |
| Hex | FB | 9A | 1E | 0 | 27 | 58 | 2 | 22 | 61 | 37 |
| Octal | 373 | 232 | 36 | 0 | 47 | 130 | 2 | 42 | 141 | 67 |
| Binary | 11111011 | 10011010 | 11110 | 0 | 100111 | 1011000 | 10 | 100010 | 1100001 | 110111 |
Color Harmonies of #FB9A1E
Complementary color
Monochromatic Colors of #FB9A1E
Black with #FB9A1E
Text Example
Text Example
White with #FB9A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9A1E; }
p { color: rgb(251,154,30); }
H1.HeaderClassName
{
color: #FB9A1E;
}
.AnyTagClassName
{
color: #FB9A1E;
}
</style>
background-color css
<style>
a { background-color: #FB9A1E; }
a { background-color: rgb(251,154,30); }
div.DivClassName
{
background-color: #FB9A1E;
}
.BgClassName
{
background-color: #FB9A1E;
}
</style>
border-color css
<style>
span { border-color: #FB9A1E; }
span { border-color: rgb(251,154,30); }
td.TdClassName
{
border-color: #FB9A1E;
}
.TagClassName
{
border-color: #FB9A1E;
}
</style>