Shades of Dark Orange #FF8711
Tints of Dark Orange #FF8711
RGB
CMYK
RGB Variations
Color information
#FF8711 (or 0xFF8711) is known color: Dark Orange. HEX triplet: FF, 87 and 11. RGB value is (255,135,17). Sum of RGB (Red+Green+Blue) = 255+135+17=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8711 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8711 is #0078EE. Grayscale: #9E9E9E. Windows color (decimal): -30959 or 1148927. OLE color: 1148927.
HSL color Cylindrical-coordinate representation of color #FF8711: hue angle of 29.75º 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 #FF8711 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 17 | - |
| CMYK | 0 | 0.47 | 0.93 | 0 |
| HSL | 29.75º | 1% | 0.53% | - |
| HSV(B) | 29.75º | 0.93% | 1% | - |
| XYZ | 50.01 | 38.63 | 5.35 | - |
| YUV | 157.43 | 48.76 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 17 | 0 | 0.47 | 0.93 | 0 | 29.75 | 1 | 0.53 |
| Hex | FF | 87 | 11 | 0 | 2F | 5D | 0 | 1E | 64 | 35 |
| Octal | 377 | 207 | 21 | 0 | 57 | 135 | 0 | 36 | 144 | 65 |
| Binary | 11111111 | 10000111 | 10001 | 0 | 101111 | 1011101 | 0 | 11110 | 1100100 | 110101 |
Color Harmonies of #FF8711
Complementary color
Monochromatic Colors of #FF8711
Black with #FF8711
Text Example
Text Example
White with #FF8711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8711; }
p { color: rgb(255,135,17); }
H1.HeaderClassName
{
color: #FF8711;
}
.AnyTagClassName
{
color: #FF8711;
}
</style>
background-color css
<style>
a { background-color: #FF8711; }
a { background-color: rgb(255,135,17); }
div.DivClassName
{
background-color: #FF8711;
}
.BgClassName
{
background-color: #FF8711;
}
</style>
border-color css
<style>
span { border-color: #FF8711; }
span { border-color: rgb(255,135,17); }
td.TdClassName
{
border-color: #FF8711;
}
.TagClassName
{
border-color: #FF8711;
}
</style>