Shades of Dark Orange #FB8E01
Tints of Dark Orange #FB8E01
RGB
CMYK
RGB Variations
Color information
#FB8E01 (or 0xFB8E01) is known color: Dark Orange. HEX triplet: FB, 8E and 01. RGB value is (251,142,1). Sum of RGB (Red+Green+Blue) = 251+142+1=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8E01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8E01 is #0471FE. Grayscale: #9F9F9F. Windows color (decimal): -291327 or 102139. OLE color: 102139.
HSL color Cylindrical-coordinate representation of color #FB8E01: hue angle of 33.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB8E01 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.02 |
| HSL | 33.84º | 0.99% | 0.49% | - |
| HSV(B) | 33.84º | 1% | 0.98% | - |
| XYZ | 49.46 | 39.86 | 5.12 | - |
| YUV | 158.52 | 39.11 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 1 | 0 | 0.43 | 1.00 | 0.02 | 33.84 | 0.99 | 0.49 |
| Hex | FB | 8E | 1 | 0 | 2B | 64 | 2 | 22 | 63 | 31 |
| Octal | 373 | 216 | 1 | 0 | 53 | 144 | 2 | 42 | 143 | 61 |
| Binary | 11111011 | 10001110 | 1 | 0 | 101011 | 1100100 | 10 | 100010 | 1100011 | 110001 |
Color Harmonies of #FB8E01
Complementary color
Monochromatic Colors of #FB8E01
Black with #FB8E01
Text Example
Text Example
White with #FB8E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8E01; }
p { color: rgb(251,142,1); }
H1.HeaderClassName
{
color: #FB8E01;
}
.AnyTagClassName
{
color: #FB8E01;
}
</style>
background-color css
<style>
a { background-color: #FB8E01; }
a { background-color: rgb(251,142,1); }
div.DivClassName
{
background-color: #FB8E01;
}
.BgClassName
{
background-color: #FB8E01;
}
</style>
border-color css
<style>
span { border-color: #FB8E01; }
span { border-color: rgb(251,142,1); }
td.TdClassName
{
border-color: #FB8E01;
}
.TagClassName
{
border-color: #FB8E01;
}
</style>