Shades of Dark Orange #FF8F02
Tints of Dark Orange #FF8F02
RGB
CMYK
RGB Variations
Color information
#FF8F02 (or 0xFF8F02) is known color: Dark Orange. HEX triplet: FF, 8F and 02. RGB value is (255,143,2). Sum of RGB (Red+Green+Blue) = 255+143+2=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F02 is #0070FD. Grayscale: #A1A1A1. Windows color (decimal): -28926 or 167935. OLE color: 167935.
HSL color Cylindrical-coordinate representation of color #FF8F02: hue angle of 33.44º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF8F02 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0 |
| HSL | 33.44º | 1% | 0.5% | - |
| HSV(B) | 33.44º | 0.99% | 1% | - |
| XYZ | 51.07 | 40.91 | 5.26 | - |
| YUV | 160.41 | 38.61 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 2 | 0 | 0.44 | 0.99 | 0 | 33.44 | 1 | 0.5 |
| Hex | FF | 8F | 2 | 0 | 2C | 63 | 0 | 21 | 64 | 32 |
| Octal | 377 | 217 | 2 | 0 | 54 | 143 | 0 | 41 | 144 | 62 |
| Binary | 11111111 | 10001111 | 10 | 0 | 101100 | 1100011 | 0 | 100001 | 1100100 | 110010 |
Color Harmonies of #FF8F02
Complementary color
Monochromatic Colors of #FF8F02
Black with #FF8F02
Text Example
Text Example
White with #FF8F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F02; }
p { color: rgb(255,143,2); }
H1.HeaderClassName
{
color: #FF8F02;
}
.AnyTagClassName
{
color: #FF8F02;
}
</style>
background-color css
<style>
a { background-color: #FF8F02; }
a { background-color: rgb(255,143,2); }
div.DivClassName
{
background-color: #FF8F02;
}
.BgClassName
{
background-color: #FF8F02;
}
</style>
border-color css
<style>
span { border-color: #FF8F02; }
span { border-color: rgb(255,143,2); }
td.TdClassName
{
border-color: #FF8F02;
}
.TagClassName
{
border-color: #FF8F02;
}
</style>