Shades of Dark Orange #FB8802
Tints of Dark Orange #FB8802
RGB
CMYK
RGB Variations
Color information
#FB8802 (or 0xFB8802) is known color: Dark Orange. HEX triplet: FB, 88 and 02. RGB value is (251,136,2). Sum of RGB (Red+Green+Blue) = 251+136+2=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8802 is #0477FD. Grayscale: #9B9B9B. Windows color (decimal): -292862 or 166139. OLE color: 166139.
HSL color Cylindrical-coordinate representation of color #FB8802: hue angle of 32.29º 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 #FB8802 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.02 |
| HSL | 32.29º | 0.98% | 0.5% | - |
| HSV(B) | 32.29º | 0.99% | 0.98% | - |
| XYZ | 48.6 | 38.12 | 4.85 | - |
| YUV | 155.11 | 41.6 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 2 | 0 | 0.46 | 0.99 | 0.02 | 32.29 | 0.98 | 0.5 |
| Hex | FB | 88 | 2 | 0 | 2E | 63 | 2 | 20 | 62 | 32 |
| Octal | 373 | 210 | 2 | 0 | 56 | 143 | 2 | 40 | 142 | 62 |
| Binary | 11111011 | 10001000 | 10 | 0 | 101110 | 1100011 | 10 | 100000 | 1100010 | 110010 |
Color Harmonies of #FB8802
Complementary color
Monochromatic Colors of #FB8802
Black with #FB8802
Text Example
Text Example
White with #FB8802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8802; }
p { color: rgb(251,136,2); }
H1.HeaderClassName
{
color: #FB8802;
}
.AnyTagClassName
{
color: #FB8802;
}
</style>
background-color css
<style>
a { background-color: #FB8802; }
a { background-color: rgb(251,136,2); }
div.DivClassName
{
background-color: #FB8802;
}
.BgClassName
{
background-color: #FB8802;
}
</style>
border-color css
<style>
span { border-color: #FB8802; }
span { border-color: rgb(251,136,2); }
td.TdClassName
{
border-color: #FB8802;
}
.TagClassName
{
border-color: #FB8802;
}
</style>