Shades of Carrot Orange #FB8F18
Tints of Carrot Orange #FB8F18
RGB
CMYK
RGB Variations
Color information
#FB8F18 (or 0xFB8F18) is known color: Carrot Orange. HEX triplet: FB, 8F and 18. RGB value is (251,143,24). Sum of RGB (Red+Green+Blue) = 251+143+24=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8F18 is #0470E7. Grayscale: #A2A2A2. Windows color (decimal): -291048 or 1609723. OLE color: 1609723.
HSL color Cylindrical-coordinate representation of color #FB8F18: hue angle of 31.45º 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 #FB8F18 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 24 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.02 |
| HSL | 31.45º | 0.97% | 0.54% | - |
| HSV(B) | 31.45º | 0.9% | 0.98% | - |
| XYZ | 49.77 | 40.22 | 6 | - |
| YUV | 161.73 | 50.28 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 24 | 0 | 0.43 | 0.90 | 0.02 | 31.45 | 0.97 | 0.54 |
| Hex | FB | 8F | 18 | 0 | 2B | 5A | 2 | 1F | 61 | 36 |
| Octal | 373 | 217 | 30 | 0 | 53 | 132 | 2 | 37 | 141 | 66 |
| Binary | 11111011 | 10001111 | 11000 | 0 | 101011 | 1011010 | 10 | 11111 | 1100001 | 110110 |
Color Harmonies of #FB8F18
Complementary color
Monochromatic Colors of #FB8F18
Black with #FB8F18
Text Example
Text Example
White with #FB8F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F18; }
p { color: rgb(251,143,24); }
H1.HeaderClassName
{
color: #FB8F18;
}
.AnyTagClassName
{
color: #FB8F18;
}
</style>
background-color css
<style>
a { background-color: #FB8F18; }
a { background-color: rgb(251,143,24); }
div.DivClassName
{
background-color: #FB8F18;
}
.BgClassName
{
background-color: #FB8F18;
}
</style>
border-color css
<style>
span { border-color: #FB8F18; }
span { border-color: rgb(251,143,24); }
td.TdClassName
{
border-color: #FB8F18;
}
.TagClassName
{
border-color: #FB8F18;
}
</style>