Shades of Dark Orange #FF8F11
Tints of Dark Orange #FF8F11
RGB
CMYK
RGB Variations
Color information
#FF8F11 (or 0xFF8F11) is known color: Dark Orange. HEX triplet: FF, 8F and 11. RGB value is (255,143,17). Sum of RGB (Red+Green+Blue) = 255+143+17=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F11 is #0070EE. Grayscale: #A2A2A2. Windows color (decimal): -28911 or 1150975. OLE color: 1150975.
HSL color Cylindrical-coordinate representation of color #FF8F11: hue angle of 31.76º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF8F11 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 17 | - |
| CMYK | 0 | 0.44 | 0.93 | 0 |
| HSL | 31.76º | 1% | 0.53% | - |
| HSV(B) | 31.76º | 0.93% | 1% | - |
| XYZ | 51.16 | 40.95 | 5.74 | - |
| YUV | 162.12 | 46.11 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 17 | 0 | 0.44 | 0.93 | 0 | 31.76 | 1 | 0.53 |
| Hex | FF | 8F | 11 | 0 | 2C | 5D | 0 | 20 | 64 | 35 |
| Octal | 377 | 217 | 21 | 0 | 54 | 135 | 0 | 40 | 144 | 65 |
| Binary | 11111111 | 10001111 | 10001 | 0 | 101100 | 1011101 | 0 | 100000 | 1100100 | 110101 |
Color Harmonies of #FF8F11
Complementary color
Monochromatic Colors of #FF8F11
Black with #FF8F11
Text Example
Text Example
White with #FF8F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F11; }
p { color: rgb(255,143,17); }
H1.HeaderClassName
{
color: #FF8F11;
}
.AnyTagClassName
{
color: #FF8F11;
}
</style>
background-color css
<style>
a { background-color: #FF8F11; }
a { background-color: rgb(255,143,17); }
div.DivClassName
{
background-color: #FF8F11;
}
.BgClassName
{
background-color: #FF8F11;
}
</style>
border-color css
<style>
span { border-color: #FF8F11; }
span { border-color: rgb(255,143,17); }
td.TdClassName
{
border-color: #FF8F11;
}
.TagClassName
{
border-color: #FF8F11;
}
</style>