Shades of Dark Orange #FF8C04
Tints of Dark Orange #FF8C04
RGB
CMYK
RGB Variations
Color information
#FF8C04 (or 0xFF8C04) is known color: Dark Orange. HEX triplet: FF, 8C and 04. RGB value is (255,140,4). Sum of RGB (Red+Green+Blue) = 255+140+4=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 4 (1.95% from 255 or 1.00% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8C04 is #0073FB. Grayscale: #9F9F9F. Windows color (decimal): -29692 or 298239. OLE color: 298239.
HSL color Cylindrical-coordinate representation of color #FF8C04: hue angle of 32.51º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF8C04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0 |
| HSL | 32.51º | 1% | 0.51% | - |
| HSV(B) | 32.51º | 0.98% | 1% | - |
| XYZ | 50.64 | 40.02 | 5.17 | - |
| YUV | 158.88 | 40.6 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 4 | 0 | 0.45 | 0.98 | 0 | 32.51 | 1 | 0.51 |
| Hex | FF | 8C | 4 | 0 | 2D | 62 | 0 | 21 | 64 | 33 |
| Octal | 377 | 214 | 4 | 0 | 55 | 142 | 0 | 41 | 144 | 63 |
| Binary | 11111111 | 10001100 | 100 | 0 | 101101 | 1100010 | 0 | 100001 | 1100100 | 110011 |
Color Harmonies of #FF8C04
Complementary color
Monochromatic Colors of #FF8C04
Black with #FF8C04
Text Example
Text Example
White with #FF8C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C04; }
p { color: rgb(255,140,4); }
H1.HeaderClassName
{
color: #FF8C04;
}
.AnyTagClassName
{
color: #FF8C04;
}
</style>
background-color css
<style>
a { background-color: #FF8C04; }
a { background-color: rgb(255,140,4); }
div.DivClassName
{
background-color: #FF8C04;
}
.BgClassName
{
background-color: #FF8C04;
}
</style>
border-color css
<style>
span { border-color: #FF8C04; }
span { border-color: rgb(255,140,4); }
td.TdClassName
{
border-color: #FF8C04;
}
.TagClassName
{
border-color: #FF8C04;
}
</style>