Shades of Dark Orange #FB8E02
Tints of Dark Orange #FB8E02
RGB
CMYK
RGB Variations
Color information
#FB8E02 (or 0xFB8E02) is known color: Dark Orange. HEX triplet: FB, 8E and 02. RGB value is (251,142,2). Sum of RGB (Red+Green+Blue) = 251+142+2=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8E02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8E02 is #0471FD. Grayscale: #9F9F9F. Windows color (decimal): -291326 or 167675. OLE color: 167675.
HSL color Cylindrical-coordinate representation of color #FB8E02: hue angle of 33.73º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB8E02 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 142 | 2 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.02 |
| HSL | 33.73º | 0.98% | 0.5% | - |
| HSV(B) | 33.73º | 0.99% | 0.98% | - |
| XYZ | 49.47 | 39.86 | 5.14 | - |
| YUV | 158.63 | 39.61 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 142 | 2 | 0 | 0.43 | 0.99 | 0.02 | 33.73 | 0.98 | 0.5 |
| Hex | FB | 8E | 2 | 0 | 2B | 63 | 2 | 22 | 62 | 32 |
| Octal | 373 | 216 | 2 | 0 | 53 | 143 | 2 | 42 | 142 | 62 |
| Binary | 11111011 | 10001110 | 10 | 0 | 101011 | 1100011 | 10 | 100010 | 1100010 | 110010 |
Color Harmonies of #FB8E02
Complementary color
Monochromatic Colors of #FB8E02
Black with #FB8E02
Text Example
Text Example
White with #FB8E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8E02; }
p { color: rgb(251,142,2); }
H1.HeaderClassName
{
color: #FB8E02;
}
.AnyTagClassName
{
color: #FB8E02;
}
</style>
background-color css
<style>
a { background-color: #FB8E02; }
a { background-color: rgb(251,142,2); }
div.DivClassName
{
background-color: #FB8E02;
}
.BgClassName
{
background-color: #FB8E02;
}
</style>
border-color css
<style>
span { border-color: #FB8E02; }
span { border-color: rgb(251,142,2); }
td.TdClassName
{
border-color: #FB8E02;
}
.TagClassName
{
border-color: #FB8E02;
}
</style>