Shades of Dark Orange #FB8D04
Tints of Dark Orange #FB8D04
RGB
CMYK
RGB Variations
Color information
#FB8D04 (or 0xFB8D04) is known color: Dark Orange. HEX triplet: FB, 8D and 04. RGB value is (251,141,4). Sum of RGB (Red+Green+Blue) = 251+141+4=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8D04 is #0472FB. Grayscale: #9E9E9E. Windows color (decimal): -291580 or 298491. OLE color: 298491.
HSL color Cylindrical-coordinate representation of color #FB8D04: hue angle of 33.28º 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 #FB8D04 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 4 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.02 |
| HSL | 33.28º | 0.97% | 0.5% | - |
| HSV(B) | 33.28º | 0.98% | 0.98% | - |
| XYZ | 49.33 | 39.57 | 5.15 | - |
| YUV | 158.27 | 40.94 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 4 | 0 | 0.44 | 0.98 | 0.02 | 33.28 | 0.97 | 0.5 |
| Hex | FB | 8D | 4 | 0 | 2C | 62 | 2 | 21 | 61 | 32 |
| Octal | 373 | 215 | 4 | 0 | 54 | 142 | 2 | 41 | 141 | 62 |
| Binary | 11111011 | 10001101 | 100 | 0 | 101100 | 1100010 | 10 | 100001 | 1100001 | 110010 |
Color Harmonies of #FB8D04
Complementary color
Monochromatic Colors of #FB8D04
Black with #FB8D04
Text Example
Text Example
White with #FB8D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D04; }
p { color: rgb(251,141,4); }
H1.HeaderClassName
{
color: #FB8D04;
}
.AnyTagClassName
{
color: #FB8D04;
}
</style>
background-color css
<style>
a { background-color: #FB8D04; }
a { background-color: rgb(251,141,4); }
div.DivClassName
{
background-color: #FB8D04;
}
.BgClassName
{
background-color: #FB8D04;
}
</style>
border-color css
<style>
span { border-color: #FB8D04; }
span { border-color: rgb(251,141,4); }
td.TdClassName
{
border-color: #FB8D04;
}
.TagClassName
{
border-color: #FB8D04;
}
</style>