Shades of Dark Orange #FF8F09
Tints of Dark Orange #FF8F09
RGB
CMYK
RGB Variations
Color information
#FF8F09 (or 0xFF8F09) is known color: Dark Orange. HEX triplet: FF, 8F and 09. RGB value is (255,143,9). Sum of RGB (Red+Green+Blue) = 255+143+9=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F09 is #0070F6. Grayscale: #A1A1A1. Windows color (decimal): -28919 or 626687. OLE color: 626687.
HSL color Cylindrical-coordinate representation of color #FF8F09: hue angle of 32.68º 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 #FF8F09 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 9 | - |
| CMYK | 0 | 0.44 | 0.96 | 0 |
| HSL | 32.68º | 1% | 0.52% | - |
| HSV(B) | 32.68º | 0.96% | 1% | - |
| XYZ | 51.11 | 40.92 | 5.46 | - |
| YUV | 161.21 | 42.11 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 9 | 0 | 0.44 | 0.96 | 0 | 32.68 | 1 | 0.52 |
| Hex | FF | 8F | 9 | 0 | 2C | 60 | 0 | 21 | 64 | 34 |
| Octal | 377 | 217 | 11 | 0 | 54 | 140 | 0 | 41 | 144 | 64 |
| Binary | 11111111 | 10001111 | 1001 | 0 | 101100 | 1100000 | 0 | 100001 | 1100100 | 110100 |
Color Harmonies of #FF8F09
Complementary color
Monochromatic Colors of #FF8F09
Black with #FF8F09
Text Example
Text Example
White with #FF8F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F09; }
p { color: rgb(255,143,9); }
H1.HeaderClassName
{
color: #FF8F09;
}
.AnyTagClassName
{
color: #FF8F09;
}
</style>
background-color css
<style>
a { background-color: #FF8F09; }
a { background-color: rgb(255,143,9); }
div.DivClassName
{
background-color: #FF8F09;
}
.BgClassName
{
background-color: #FF8F09;
}
</style>
border-color css
<style>
span { border-color: #FF8F09; }
span { border-color: rgb(255,143,9); }
td.TdClassName
{
border-color: #FF8F09;
}
.TagClassName
{
border-color: #FF8F09;
}
</style>