Shades of Dark Orange #FF8809
Tints of Dark Orange #FF8809
RGB
CMYK
RGB Variations
Color information
#FF8809 (or 0xFF8809) is known color: Dark Orange. HEX triplet: FF, 88 and 09. RGB value is (255,136,9). Sum of RGB (Red+Green+Blue) = 255+136+9=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8809 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8809 is #0077F6. Grayscale: #9D9D9D. Windows color (decimal): -30711 or 624895. OLE color: 624895.
HSL color Cylindrical-coordinate representation of color #FF8809: hue angle of 30.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF8809 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 9 | - |
| CMYK | 0 | 0.47 | 0.96 | 0 |
| HSL | 30.98º | 1% | 0.52% | - |
| HSV(B) | 30.98º | 0.96% | 1% | - |
| XYZ | 50.09 | 38.89 | 5.12 | - |
| YUV | 157.1 | 44.42 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 9 | 0 | 0.47 | 0.96 | 0 | 30.98 | 1 | 0.52 |
| Hex | FF | 88 | 9 | 0 | 2F | 60 | 0 | 1F | 64 | 34 |
| Octal | 377 | 210 | 11 | 0 | 57 | 140 | 0 | 37 | 144 | 64 |
| Binary | 11111111 | 10001000 | 1001 | 0 | 101111 | 1100000 | 0 | 11111 | 1100100 | 110100 |
Color Harmonies of #FF8809
Complementary color
Monochromatic Colors of #FF8809
Black with #FF8809
Text Example
Text Example
White with #FF8809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8809; }
p { color: rgb(255,136,9); }
H1.HeaderClassName
{
color: #FF8809;
}
.AnyTagClassName
{
color: #FF8809;
}
</style>
background-color css
<style>
a { background-color: #FF8809; }
a { background-color: rgb(255,136,9); }
div.DivClassName
{
background-color: #FF8809;
}
.BgClassName
{
background-color: #FF8809;
}
</style>
border-color css
<style>
span { border-color: #FF8809; }
span { border-color: rgb(255,136,9); }
td.TdClassName
{
border-color: #FF8809;
}
.TagClassName
{
border-color: #FF8809;
}
</style>