Shades of Carrot Orange #FB8E1E
Tints of Carrot Orange #FB8E1E
RGB
CMYK
RGB Variations
Color information
#FB8E1E (or 0xFB8E1E) is known color: Carrot Orange. HEX triplet: FB, 8E and 1E. RGB value is (251,142,30). Sum of RGB (Red+Green+Blue) = 251+142+30=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8E1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8E1E is #0471E1. Grayscale: #A2A2A2. Windows color (decimal): -291298 or 2002683. OLE color: 2002683.
HSL color Cylindrical-coordinate representation of color #FB8E1E: hue angle of 30.41º 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 #FB8E1E is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 30 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.02 |
| HSL | 30.41º | 0.97% | 0.55% | - |
| HSV(B) | 30.41º | 0.88% | 0.98% | - |
| XYZ | 49.69 | 39.95 | 6.32 | - |
| YUV | 161.82 | 53.61 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 30 | 0 | 0.43 | 0.88 | 0.02 | 30.41 | 0.97 | 0.55 |
| Hex | FB | 8E | 1E | 0 | 2B | 58 | 2 | 1E | 61 | 37 |
| Octal | 373 | 216 | 36 | 0 | 53 | 130 | 2 | 36 | 141 | 67 |
| Binary | 11111011 | 10001110 | 11110 | 0 | 101011 | 1011000 | 10 | 11110 | 1100001 | 110111 |
Color Harmonies of #FB8E1E
Complementary color
Monochromatic Colors of #FB8E1E
Black with #FB8E1E
Text Example
Text Example
White with #FB8E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8E1E; }
p { color: rgb(251,142,30); }
H1.HeaderClassName
{
color: #FB8E1E;
}
.AnyTagClassName
{
color: #FB8E1E;
}
</style>
background-color css
<style>
a { background-color: #FB8E1E; }
a { background-color: rgb(251,142,30); }
div.DivClassName
{
background-color: #FB8E1E;
}
.BgClassName
{
background-color: #FB8E1E;
}
</style>
border-color css
<style>
span { border-color: #FB8E1E; }
span { border-color: rgb(251,142,30); }
td.TdClassName
{
border-color: #FB8E1E;
}
.TagClassName
{
border-color: #FB8E1E;
}
</style>