Shades of Dark Orange #FC8B04
Tints of Dark Orange #FC8B04
RGB
CMYK
RGB Variations
Color information
#FC8B04 (or 0xFC8B04) is known color: Dark Orange. HEX triplet: FC, 8B and 04. RGB value is (252,139,4). Sum of RGB (Red+Green+Blue) = 252+139+4=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8B04 is #0374FB. Grayscale: #9E9E9E. Windows color (decimal): -226556 or 297980. OLE color: 297980.
HSL color Cylindrical-coordinate representation of color #FC8B04: hue angle of 32.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC8B04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.01 |
| HSL | 32.66º | 0.98% | 0.5% | - |
| HSV(B) | 32.66º | 0.98% | 0.99% | - |
| XYZ | 49.4 | 39.17 | 5.07 | - |
| YUV | 157.4 | 41.44 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 4 | 0 | 0.45 | 0.98 | 0.01 | 32.66 | 0.98 | 0.5 |
| Hex | FC | 8B | 4 | 0 | 2D | 62 | 1 | 21 | 62 | 32 |
| Octal | 374 | 213 | 4 | 0 | 55 | 142 | 1 | 41 | 142 | 62 |
| Binary | 11111100 | 10001011 | 100 | 0 | 101101 | 1100010 | 1 | 100001 | 1100010 | 110010 |
Color Harmonies of #FC8B04
Complementary color
Monochromatic Colors of #FC8B04
Black with #FC8B04
Text Example
Text Example
White with #FC8B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8B04; }
p { color: rgb(252,139,4); }
H1.HeaderClassName
{
color: #FC8B04;
}
.AnyTagClassName
{
color: #FC8B04;
}
</style>
background-color css
<style>
a { background-color: #FC8B04; }
a { background-color: rgb(252,139,4); }
div.DivClassName
{
background-color: #FC8B04;
}
.BgClassName
{
background-color: #FC8B04;
}
</style>
border-color css
<style>
span { border-color: #FC8B04; }
span { border-color: rgb(252,139,4); }
td.TdClassName
{
border-color: #FC8B04;
}
.TagClassName
{
border-color: #FC8B04;
}
</style>