Shades of Dark Orange #FF8905
Tints of Dark Orange #FF8905
RGB
CMYK
RGB Variations
Color information
#FF8905 (or 0xFF8905) is known color: Dark Orange. HEX triplet: FF, 89 and 05. RGB value is (255,137,5). Sum of RGB (Red+Green+Blue) = 255+137+5=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8905 is #0076FA. Grayscale: #9D9D9D. Windows color (decimal): -30459 or 363007. OLE color: 363007.
HSL color Cylindrical-coordinate representation of color #FF8905: hue angle of 31.68º 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 #FF8905 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 5 | - |
| CMYK | 0 | 0.46 | 0.98 | 0 |
| HSL | 31.68º | 1% | 0.51% | - |
| HSV(B) | 31.68º | 0.98% | 1% | - |
| XYZ | 50.21 | 39.16 | 5.06 | - |
| YUV | 157.23 | 42.09 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 5 | 0 | 0.46 | 0.98 | 0 | 31.68 | 1 | 0.51 |
| Hex | FF | 89 | 5 | 0 | 2E | 62 | 0 | 20 | 64 | 33 |
| Octal | 377 | 211 | 5 | 0 | 56 | 142 | 0 | 40 | 144 | 63 |
| Binary | 11111111 | 10001001 | 101 | 0 | 101110 | 1100010 | 0 | 100000 | 1100100 | 110011 |
Color Harmonies of #FF8905
Complementary color
Monochromatic Colors of #FF8905
Black with #FF8905
Text Example
Text Example
White with #FF8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8905; }
p { color: rgb(255,137,5); }
H1.HeaderClassName
{
color: #FF8905;
}
.AnyTagClassName
{
color: #FF8905;
}
</style>
background-color css
<style>
a { background-color: #FF8905; }
a { background-color: rgb(255,137,5); }
div.DivClassName
{
background-color: #FF8905;
}
.BgClassName
{
background-color: #FF8905;
}
</style>
border-color css
<style>
span { border-color: #FF8905; }
span { border-color: rgb(255,137,5); }
td.TdClassName
{
border-color: #FF8905;
}
.TagClassName
{
border-color: #FF8905;
}
</style>