Shades of Dark Orange #FF8609
Tints of Dark Orange #FF8609
RGB
CMYK
RGB Variations
Color information
#FF8609 (or 0xFF8609) is known color: Dark Orange. HEX triplet: FF, 86 and 09. RGB value is (255,134,9). Sum of RGB (Red+Green+Blue) = 255+134+9=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8609 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8609 is #0079F6. Grayscale: #9C9C9C. Windows color (decimal): -31223 or 624383. OLE color: 624383.
HSL color Cylindrical-coordinate representation of color #FF8609: hue angle of 30.49º 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 #FF8609 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 9 | - |
| CMYK | 0 | 0.47 | 0.96 | 0 |
| HSL | 30.49º | 1% | 0.52% | - |
| HSV(B) | 30.49º | 0.96% | 1% | - |
| XYZ | 49.81 | 38.33 | 5.03 | - |
| YUV | 155.93 | 45.09 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 9 | 0 | 0.47 | 0.96 | 0 | 30.49 | 1 | 0.52 |
| Hex | FF | 86 | 9 | 0 | 2F | 60 | 0 | 1E | 64 | 34 |
| Octal | 377 | 206 | 11 | 0 | 57 | 140 | 0 | 36 | 144 | 64 |
| Binary | 11111111 | 10000110 | 1001 | 0 | 101111 | 1100000 | 0 | 11110 | 1100100 | 110100 |
Color Harmonies of #FF8609
Complementary color
Monochromatic Colors of #FF8609
Black with #FF8609
Text Example
Text Example
White with #FF8609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8609; }
p { color: rgb(255,134,9); }
H1.HeaderClassName
{
color: #FF8609;
}
.AnyTagClassName
{
color: #FF8609;
}
</style>
background-color css
<style>
a { background-color: #FF8609; }
a { background-color: rgb(255,134,9); }
div.DivClassName
{
background-color: #FF8609;
}
.BgClassName
{
background-color: #FF8609;
}
</style>
border-color css
<style>
span { border-color: #FF8609; }
span { border-color: rgb(255,134,9); }
td.TdClassName
{
border-color: #FF8609;
}
.TagClassName
{
border-color: #FF8609;
}
</style>