Shades of Dark Orange #FF870F
Tints of Dark Orange #FF870F
RGB
CMYK
RGB Variations
Color information
#FF870F (or 0xFF870F) is known color: Dark Orange. HEX triplet: FF, 87 and 0F. RGB value is (255,135,15). Sum of RGB (Red+Green+Blue) = 255+135+15=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF870F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF870F is #0078F0. Grayscale: #9D9D9D. Windows color (decimal): -30961 or 1017855. OLE color: 1017855.
HSL color Cylindrical-coordinate representation of color #FF870F: hue angle of 30º 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 #FF870F is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 15 | - |
| CMYK | 0 | 0.47 | 0.94 | 0 |
| HSL | 30º | 1% | 0.53% | - |
| HSV(B) | 30º | 0.94% | 1% | - |
| XYZ | 49.99 | 38.62 | 5.27 | - |
| YUV | 157.2 | 47.76 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 15 | 0 | 0.47 | 0.94 | 0 | 30 | 1 | 0.53 |
| Hex | FF | 87 | F | 0 | 2F | 5E | 0 | 1E | 64 | 35 |
| Octal | 377 | 207 | 17 | 0 | 57 | 136 | 0 | 36 | 144 | 65 |
| Binary | 11111111 | 10000111 | 1111 | 0 | 101111 | 1011110 | 0 | 11110 | 1100100 | 110101 |
Color Harmonies of #FF870F
Complementary color
Monochromatic Colors of #FF870F
Black with #FF870F
Text Example
Text Example
White with #FF870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF870F; }
p { color: rgb(255,135,15); }
H1.HeaderClassName
{
color: #FF870F;
}
.AnyTagClassName
{
color: #FF870F;
}
</style>
background-color css
<style>
a { background-color: #FF870F; }
a { background-color: rgb(255,135,15); }
div.DivClassName
{
background-color: #FF870F;
}
.BgClassName
{
background-color: #FF870F;
}
</style>
border-color css
<style>
span { border-color: #FF870F; }
span { border-color: rgb(255,135,15); }
td.TdClassName
{
border-color: #FF870F;
}
.TagClassName
{
border-color: #FF870F;
}
</style>