Shades of Dark Orange #FF8710
Tints of Dark Orange #FF8710
RGB
CMYK
RGB Variations
Color information
#FF8710 (or 0xFF8710) is known color: Dark Orange. HEX triplet: FF, 87 and 10. RGB value is (255,135,16). Sum of RGB (Red+Green+Blue) = 255+135+16=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8710 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8710 is #0078EF. Grayscale: #9D9D9D. Windows color (decimal): -30960 or 1083391. OLE color: 1083391.
HSL color Cylindrical-coordinate representation of color #FF8710: hue angle of 29.87º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF8710 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 16 | - |
| CMYK | 0 | 0.47 | 0.94 | 0 |
| HSL | 29.87º | 1% | 0.53% | - |
| HSV(B) | 29.87º | 0.94% | 1% | - |
| XYZ | 50 | 38.63 | 5.31 | - |
| YUV | 157.31 | 48.26 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 16 | 0 | 0.47 | 0.94 | 0 | 29.87 | 1 | 0.53 |
| Hex | FF | 87 | 10 | 0 | 2F | 5E | 0 | 1E | 64 | 35 |
| Octal | 377 | 207 | 20 | 0 | 57 | 136 | 0 | 36 | 144 | 65 |
| Binary | 11111111 | 10000111 | 10000 | 0 | 101111 | 1011110 | 0 | 11110 | 1100100 | 110101 |
Color Harmonies of #FF8710
Complementary color
Monochromatic Colors of #FF8710
Black with #FF8710
Text Example
Text Example
White with #FF8710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8710; }
p { color: rgb(255,135,16); }
H1.HeaderClassName
{
color: #FF8710;
}
.AnyTagClassName
{
color: #FF8710;
}
</style>
background-color css
<style>
a { background-color: #FF8710; }
a { background-color: rgb(255,135,16); }
div.DivClassName
{
background-color: #FF8710;
}
.BgClassName
{
background-color: #FF8710;
}
</style>
border-color css
<style>
span { border-color: #FF8710; }
span { border-color: rgb(255,135,16); }
td.TdClassName
{
border-color: #FF8710;
}
.TagClassName
{
border-color: #FF8710;
}
</style>