Shades of Carrot Orange #FB8A18
Tints of Carrot Orange #FB8A18
RGB
CMYK
RGB Variations
Color information
#FB8A18 (or 0xFB8A18) is known color: Carrot Orange. HEX triplet: FB, 8A and 18. RGB value is (251,138,24). Sum of RGB (Red+Green+Blue) = 251+138+24=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8A18 is #0475E7. Grayscale: #9F9F9F. Windows color (decimal): -292328 or 1608443. OLE color: 1608443.
HSL color Cylindrical-coordinate representation of color #FB8A18: hue angle of 30.13º 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 #FB8A18 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 24 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.02 |
| HSL | 30.13º | 0.97% | 0.54% | - |
| HSV(B) | 30.13º | 0.9% | 0.98% | - |
| XYZ | 49.04 | 38.75 | 5.76 | - |
| YUV | 158.79 | 51.94 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 24 | 0 | 0.45 | 0.90 | 0.02 | 30.13 | 0.97 | 0.54 |
| Hex | FB | 8A | 18 | 0 | 2D | 5A | 2 | 1E | 61 | 36 |
| Octal | 373 | 212 | 30 | 0 | 55 | 132 | 2 | 36 | 141 | 66 |
| Binary | 11111011 | 10001010 | 11000 | 0 | 101101 | 1011010 | 10 | 11110 | 1100001 | 110110 |
Color Harmonies of #FB8A18
Complementary color
Monochromatic Colors of #FB8A18
Black with #FB8A18
Text Example
Text Example
White with #FB8A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8A18; }
p { color: rgb(251,138,24); }
H1.HeaderClassName
{
color: #FB8A18;
}
.AnyTagClassName
{
color: #FB8A18;
}
</style>
background-color css
<style>
a { background-color: #FB8A18; }
a { background-color: rgb(251,138,24); }
div.DivClassName
{
background-color: #FB8A18;
}
.BgClassName
{
background-color: #FB8A18;
}
</style>
border-color css
<style>
span { border-color: #FB8A18; }
span { border-color: rgb(251,138,24); }
td.TdClassName
{
border-color: #FB8A18;
}
.TagClassName
{
border-color: #FB8A18;
}
</style>