Shades of Dark Orange #FF8F04
Tints of Dark Orange #FF8F04
RGB
CMYK
RGB Variations
Color information
#FF8F04 (or 0xFF8F04) is known color: Dark Orange. HEX triplet: FF, 8F and 04. RGB value is (255,143,4). Sum of RGB (Red+Green+Blue) = 255+143+4=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F04 is #0070FB. Grayscale: #A1A1A1. Windows color (decimal): -28924 or 299007. OLE color: 299007.
HSL color Cylindrical-coordinate representation of color #FF8F04: hue angle of 33.23º 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 #FF8F04 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 4 | - |
| CMYK | 0 | 0.44 | 0.98 | 0 |
| HSL | 33.23º | 1% | 0.51% | - |
| HSV(B) | 33.23º | 0.98% | 1% | - |
| XYZ | 51.08 | 40.91 | 5.32 | - |
| YUV | 160.64 | 39.61 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 4 | 0 | 0.44 | 0.98 | 0 | 33.23 | 1 | 0.51 |
| Hex | FF | 8F | 4 | 0 | 2C | 62 | 0 | 21 | 64 | 33 |
| Octal | 377 | 217 | 4 | 0 | 54 | 142 | 0 | 41 | 144 | 63 |
| Binary | 11111111 | 10001111 | 100 | 0 | 101100 | 1100010 | 0 | 100001 | 1100100 | 110011 |
Color Harmonies of #FF8F04
Complementary color
Monochromatic Colors of #FF8F04
Black with #FF8F04
Text Example
Text Example
White with #FF8F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F04; }
p { color: rgb(255,143,4); }
H1.HeaderClassName
{
color: #FF8F04;
}
.AnyTagClassName
{
color: #FF8F04;
}
</style>
background-color css
<style>
a { background-color: #FF8F04; }
a { background-color: rgb(255,143,4); }
div.DivClassName
{
background-color: #FF8F04;
}
.BgClassName
{
background-color: #FF8F04;
}
</style>
border-color css
<style>
span { border-color: #FF8F04; }
span { border-color: rgb(255,143,4); }
td.TdClassName
{
border-color: #FF8F04;
}
.TagClassName
{
border-color: #FF8F04;
}
</style>