Shades of Dark Orange #FB8807
Tints of Dark Orange #FB8807
RGB
CMYK
RGB Variations
Color information
#FB8807 (or 0xFB8807) is known color: Dark Orange. HEX triplet: FB, 88 and 07. RGB value is (251,136,7). Sum of RGB (Red+Green+Blue) = 251+136+7=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 7 (3.12% from 255 or 1.78% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8807 is #0477F8. Grayscale: #9C9C9C. Windows color (decimal): -292857 or 493819. OLE color: 493819.
HSL color Cylindrical-coordinate representation of color #FB8807: hue angle of 31.72º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB8807 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 136 | 7 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.02 |
| HSL | 31.72º | 0.97% | 0.51% | - |
| HSV(B) | 31.72º | 0.97% | 0.98% | - |
| XYZ | 48.63 | 38.13 | 5 | - |
| YUV | 155.68 | 44.1 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 136 | 7 | 0 | 0.46 | 0.97 | 0.02 | 31.72 | 0.97 | 0.51 |
| Hex | FB | 88 | 7 | 0 | 2E | 61 | 2 | 20 | 61 | 33 |
| Octal | 373 | 210 | 7 | 0 | 56 | 141 | 2 | 40 | 141 | 63 |
| Binary | 11111011 | 10001000 | 111 | 0 | 101110 | 1100001 | 10 | 100000 | 1100001 | 110011 |
Color Harmonies of #FB8807
Complementary color
Monochromatic Colors of #FB8807
Black with #FB8807
Text Example
Text Example
White with #FB8807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8807; }
p { color: rgb(251,136,7); }
H1.HeaderClassName
{
color: #FB8807;
}
.AnyTagClassName
{
color: #FB8807;
}
</style>
background-color css
<style>
a { background-color: #FB8807; }
a { background-color: rgb(251,136,7); }
div.DivClassName
{
background-color: #FB8807;
}
.BgClassName
{
background-color: #FB8807;
}
</style>
border-color css
<style>
span { border-color: #FB8807; }
span { border-color: rgb(251,136,7); }
td.TdClassName
{
border-color: #FB8807;
}
.TagClassName
{
border-color: #FB8807;
}
</style>