Shades of Dark Orange #FF8902
Tints of Dark Orange #FF8902
RGB
CMYK
RGB Variations
Color information
#FF8902 (or 0xFF8902) is known color: Dark Orange. HEX triplet: FF, 89 and 02. RGB value is (255,137,2). Sum of RGB (Red+Green+Blue) = 255+137+2=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8902 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8902 is #0076FD. Grayscale: #9D9D9D. Windows color (decimal): -30462 or 166399. OLE color: 166399.
HSL color Cylindrical-coordinate representation of color #FF8902: hue angle of 32.02º 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 #FF8902 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0 |
| HSL | 32.02º | 1% | 0.5% | - |
| HSV(B) | 32.02º | 0.99% | 1% | - |
| XYZ | 50.2 | 39.16 | 4.97 | - |
| YUV | 156.89 | 40.59 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 2 | 0 | 0.46 | 0.99 | 0 | 32.02 | 1 | 0.5 |
| Hex | FF | 89 | 2 | 0 | 2E | 63 | 0 | 20 | 64 | 32 |
| Octal | 377 | 211 | 2 | 0 | 56 | 143 | 0 | 40 | 144 | 62 |
| Binary | 11111111 | 10001001 | 10 | 0 | 101110 | 1100011 | 0 | 100000 | 1100100 | 110010 |
Color Harmonies of #FF8902
Complementary color
Monochromatic Colors of #FF8902
Black with #FF8902
Text Example
Text Example
White with #FF8902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8902; }
p { color: rgb(255,137,2); }
H1.HeaderClassName
{
color: #FF8902;
}
.AnyTagClassName
{
color: #FF8902;
}
</style>
background-color css
<style>
a { background-color: #FF8902; }
a { background-color: rgb(255,137,2); }
div.DivClassName
{
background-color: #FF8902;
}
.BgClassName
{
background-color: #FF8902;
}
</style>
border-color css
<style>
span { border-color: #FF8902; }
span { border-color: rgb(255,137,2); }
td.TdClassName
{
border-color: #FF8902;
}
.TagClassName
{
border-color: #FF8902;
}
</style>