Shades of Dark Orange #FF870D
Tints of Dark Orange #FF870D
RGB
CMYK
RGB Variations
Color information
#FF870D (or 0xFF870D) is known color: Dark Orange. HEX triplet: FF, 87 and 0D. RGB value is (255,135,13). Sum of RGB (Red+Green+Blue) = 255+135+13=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF870D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF870D is #0078F2. Grayscale: #9D9D9D. Windows color (decimal): -30963 or 886783. OLE color: 886783.
HSL color Cylindrical-coordinate representation of color #FF870D: hue angle of 30.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF870D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 13 | - |
| CMYK | 0 | 0.47 | 0.95 | 0 |
| HSL | 30.25º | 1% | 0.53% | - |
| HSV(B) | 30.25º | 0.95% | 1% | - |
| XYZ | 49.98 | 38.62 | 5.2 | - |
| YUV | 156.97 | 46.76 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 13 | 0 | 0.47 | 0.95 | 0 | 30.25 | 1 | 0.53 |
| Hex | FF | 87 | D | 0 | 2F | 5F | 0 | 1E | 64 | 35 |
| Octal | 377 | 207 | 15 | 0 | 57 | 137 | 0 | 36 | 144 | 65 |
| Binary | 11111111 | 10000111 | 1101 | 0 | 101111 | 1011111 | 0 | 11110 | 1100100 | 110101 |
Color Harmonies of #FF870D
Complementary color
Monochromatic Colors of #FF870D
Black with #FF870D
Text Example
Text Example
White with #FF870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF870D; }
p { color: rgb(255,135,13); }
H1.HeaderClassName
{
color: #FF870D;
}
.AnyTagClassName
{
color: #FF870D;
}
</style>
background-color css
<style>
a { background-color: #FF870D; }
a { background-color: rgb(255,135,13); }
div.DivClassName
{
background-color: #FF870D;
}
.BgClassName
{
background-color: #FF870D;
}
</style>
border-color css
<style>
span { border-color: #FF870D; }
span { border-color: rgb(255,135,13); }
td.TdClassName
{
border-color: #FF870D;
}
.TagClassName
{
border-color: #FF870D;
}
</style>