Shades of Dark Orange #FB8404
Tints of Dark Orange #FB8404
RGB
CMYK
RGB Variations
Color information
#FB8404 (or 0xFB8404) is known color: Dark Orange. HEX triplet: FB, 84 and 04. RGB value is (251,132,4). Sum of RGB (Red+Green+Blue) = 251+132+4=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8404 is #047BFB. Grayscale: #999999. Windows color (decimal): -293884 or 296187. OLE color: 296187.
HSL color Cylindrical-coordinate representation of color #FB8404: hue angle of 31.09º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB8404 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 132 | 4 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.02 |
| HSL | 31.09º | 0.97% | 0.5% | - |
| HSV(B) | 31.09º | 0.98% | 0.98% | - |
| XYZ | 48.06 | 37.02 | 4.73 | - |
| YUV | 152.99 | 43.92 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 132 | 4 | 0 | 0.47 | 0.98 | 0.02 | 31.09 | 0.97 | 0.5 |
| Hex | FB | 84 | 4 | 0 | 2F | 62 | 2 | 1F | 61 | 32 |
| Octal | 373 | 204 | 4 | 0 | 57 | 142 | 2 | 37 | 141 | 62 |
| Binary | 11111011 | 10000100 | 100 | 0 | 101111 | 1100010 | 10 | 11111 | 1100001 | 110010 |
Color Harmonies of #FB8404
Complementary color
Monochromatic Colors of #FB8404
Black with #FB8404
Text Example
Text Example
White with #FB8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8404; }
p { color: rgb(251,132,4); }
H1.HeaderClassName
{
color: #FB8404;
}
.AnyTagClassName
{
color: #FB8404;
}
</style>
background-color css
<style>
a { background-color: #FB8404; }
a { background-color: rgb(251,132,4); }
div.DivClassName
{
background-color: #FB8404;
}
.BgClassName
{
background-color: #FB8404;
}
</style>
border-color css
<style>
span { border-color: #FB8404; }
span { border-color: rgb(251,132,4); }
td.TdClassName
{
border-color: #FB8404;
}
.TagClassName
{
border-color: #FB8404;
}
</style>