Shades of Carrot Orange #FB8E14
Tints of Carrot Orange #FB8E14
RGB
CMYK
RGB Variations
Color information
#FB8E14 (or 0xFB8E14) is known color: Carrot Orange. HEX triplet: FB, 8E and 14. RGB value is (251,142,20). Sum of RGB (Red+Green+Blue) = 251+142+20=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8E14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8E14 is #0471EB. Grayscale: #A1A1A1. Windows color (decimal): -291308 or 1347323. OLE color: 1347323.
HSL color Cylindrical-coordinate representation of color #FB8E14: hue angle of 31.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB8E14 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 20 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.02 |
| HSL | 31.69º | 0.97% | 0.53% | - |
| HSV(B) | 31.69º | 0.92% | 0.98% | - |
| XYZ | 49.58 | 39.91 | 5.75 | - |
| YUV | 160.68 | 48.61 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 20 | 0 | 0.43 | 0.92 | 0.02 | 31.69 | 0.97 | 0.53 |
| Hex | FB | 8E | 14 | 0 | 2B | 5C | 2 | 20 | 61 | 35 |
| Octal | 373 | 216 | 24 | 0 | 53 | 134 | 2 | 40 | 141 | 65 |
| Binary | 11111011 | 10001110 | 10100 | 0 | 101011 | 1011100 | 10 | 100000 | 1100001 | 110101 |
Color Harmonies of #FB8E14
Complementary color
Monochromatic Colors of #FB8E14
Black with #FB8E14
Text Example
Text Example
White with #FB8E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8E14; }
p { color: rgb(251,142,20); }
H1.HeaderClassName
{
color: #FB8E14;
}
.AnyTagClassName
{
color: #FB8E14;
}
</style>
background-color css
<style>
a { background-color: #FB8E14; }
a { background-color: rgb(251,142,20); }
div.DivClassName
{
background-color: #FB8E14;
}
.BgClassName
{
background-color: #FB8E14;
}
</style>
border-color css
<style>
span { border-color: #FB8E14; }
span { border-color: rgb(251,142,20); }
td.TdClassName
{
border-color: #FB8E14;
}
.TagClassName
{
border-color: #FB8E14;
}
</style>