Shades of Dark Orange #FF8D02
Tints of Dark Orange #FF8D02
RGB
CMYK
RGB Variations
Color information
#FF8D02 (or 0xFF8D02) is known color: Dark Orange. HEX triplet: FF, 8D and 02. RGB value is (255,141,2). Sum of RGB (Red+Green+Blue) = 255+141+2=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8D02 is #0072FD. Grayscale: #9F9F9F. Windows color (decimal): -29438 or 167423. OLE color: 167423.
HSL color Cylindrical-coordinate representation of color #FF8D02: hue angle of 32.96º 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 #FF8D02 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0 |
| HSL | 32.96º | 1% | 0.5% | - |
| HSV(B) | 32.96º | 0.99% | 1% | - |
| XYZ | 50.78 | 40.31 | 5.16 | - |
| YUV | 159.24 | 39.27 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 2 | 0 | 0.45 | 0.99 | 0 | 32.96 | 1 | 0.5 |
| Hex | FF | 8D | 2 | 0 | 2D | 63 | 0 | 21 | 64 | 32 |
| Octal | 377 | 215 | 2 | 0 | 55 | 143 | 0 | 41 | 144 | 62 |
| Binary | 11111111 | 10001101 | 10 | 0 | 101101 | 1100011 | 0 | 100001 | 1100100 | 110010 |
Color Harmonies of #FF8D02
Complementary color
Monochromatic Colors of #FF8D02
Black with #FF8D02
Text Example
Text Example
White with #FF8D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D02; }
p { color: rgb(255,141,2); }
H1.HeaderClassName
{
color: #FF8D02;
}
.AnyTagClassName
{
color: #FF8D02;
}
</style>
background-color css
<style>
a { background-color: #FF8D02; }
a { background-color: rgb(255,141,2); }
div.DivClassName
{
background-color: #FF8D02;
}
.BgClassName
{
background-color: #FF8D02;
}
</style>
border-color css
<style>
span { border-color: #FF8D02; }
span { border-color: rgb(255,141,2); }
td.TdClassName
{
border-color: #FF8D02;
}
.TagClassName
{
border-color: #FF8D02;
}
</style>