Shades of Dark Orange #FF8509
Tints of Dark Orange #FF8509
RGB
CMYK
RGB Variations
Color information
#FF8509 (or 0xFF8509) is known color: Dark Orange. HEX triplet: FF, 85 and 09. RGB value is (255,133,9). Sum of RGB (Red+Green+Blue) = 255+133+9=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8509 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8509 is #007AF6. Grayscale: #9B9B9B. Windows color (decimal): -31479 or 624127. OLE color: 624127.
HSL color Cylindrical-coordinate representation of color #FF8509: hue angle of 30.24º 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 #FF8509 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 9 | - |
| CMYK | 0 | 0.48 | 0.96 | 0 |
| HSL | 30.24º | 1% | 0.52% | - |
| HSV(B) | 30.24º | 0.96% | 1% | - |
| XYZ | 49.68 | 38.05 | 4.99 | - |
| YUV | 155.34 | 45.42 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 9 | 0 | 0.48 | 0.96 | 0 | 30.24 | 1 | 0.52 |
| Hex | FF | 85 | 9 | 0 | 30 | 60 | 0 | 1E | 64 | 34 |
| Octal | 377 | 205 | 11 | 0 | 60 | 140 | 0 | 36 | 144 | 64 |
| Binary | 11111111 | 10000101 | 1001 | 0 | 110000 | 1100000 | 0 | 11110 | 1100100 | 110100 |
Color Harmonies of #FF8509
Complementary color
Monochromatic Colors of #FF8509
Black with #FF8509
Text Example
Text Example
White with #FF8509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8509; }
p { color: rgb(255,133,9); }
H1.HeaderClassName
{
color: #FF8509;
}
.AnyTagClassName
{
color: #FF8509;
}
</style>
background-color css
<style>
a { background-color: #FF8509; }
a { background-color: rgb(255,133,9); }
div.DivClassName
{
background-color: #FF8509;
}
.BgClassName
{
background-color: #FF8509;
}
</style>
border-color css
<style>
span { border-color: #FF8509; }
span { border-color: rgb(255,133,9); }
td.TdClassName
{
border-color: #FF8509;
}
.TagClassName
{
border-color: #FF8509;
}
</style>