Shades of Carrot Orange #FB9118
Tints of Carrot Orange #FB9118
RGB
CMYK
RGB Variations
Color information
#FB9118 (or 0xFB9118) is known color: Carrot Orange. HEX triplet: FB, 91 and 18. RGB value is (251,145,24). Sum of RGB (Red+Green+Blue) = 251+145+24=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9118 is #046EE7. Grayscale: #A3A3A3. Windows color (decimal): -290536 or 1610235. OLE color: 1610235.
HSL color Cylindrical-coordinate representation of color #FB9118: hue angle of 31.98º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB9118 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 24 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.02 |
| HSL | 31.98º | 0.97% | 0.54% | - |
| HSV(B) | 31.98º | 0.9% | 0.98% | - |
| XYZ | 50.07 | 40.83 | 6.11 | - |
| YUV | 162.9 | 49.62 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 24 | 0 | 0.42 | 0.90 | 0.02 | 31.98 | 0.97 | 0.54 |
| Hex | FB | 91 | 18 | 0 | 2A | 5A | 2 | 20 | 61 | 36 |
| Octal | 373 | 221 | 30 | 0 | 52 | 132 | 2 | 40 | 141 | 66 |
| Binary | 11111011 | 10010001 | 11000 | 0 | 101010 | 1011010 | 10 | 100000 | 1100001 | 110110 |
Color Harmonies of #FB9118
Complementary color
Monochromatic Colors of #FB9118
Black with #FB9118
Text Example
Text Example
White with #FB9118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9118; }
p { color: rgb(251,145,24); }
H1.HeaderClassName
{
color: #FB9118;
}
.AnyTagClassName
{
color: #FB9118;
}
</style>
background-color css
<style>
a { background-color: #FB9118; }
a { background-color: rgb(251,145,24); }
div.DivClassName
{
background-color: #FB9118;
}
.BgClassName
{
background-color: #FB9118;
}
</style>
border-color css
<style>
span { border-color: #FB9118; }
span { border-color: rgb(251,145,24); }
td.TdClassName
{
border-color: #FB9118;
}
.TagClassName
{
border-color: #FB9118;
}
</style>