Shades of Dark Orange #FF860C
Tints of Dark Orange #FF860C
RGB
CMYK
RGB Variations
Color information
#FF860C (or 0xFF860C) is known color: Dark Orange. HEX triplet: FF, 86 and 0C. RGB value is (255,134,12). Sum of RGB (Red+Green+Blue) = 255+134+12=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF860C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF860C is #0079F3. Grayscale: #9C9C9C. Windows color (decimal): -31220 or 820991. OLE color: 820991.
HSL color Cylindrical-coordinate representation of color #FF860C: hue angle of 30.12º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF860C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0 |
| HSL | 30.12º | 1% | 0.52% | - |
| HSV(B) | 30.12º | 0.95% | 1% | - |
| XYZ | 49.83 | 38.34 | 5.12 | - |
| YUV | 156.27 | 46.59 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 12 | 0 | 0.47 | 0.95 | 0 | 30.12 | 1 | 0.52 |
| Hex | FF | 86 | C | 0 | 2F | 5F | 0 | 1E | 64 | 34 |
| Octal | 377 | 206 | 14 | 0 | 57 | 137 | 0 | 36 | 144 | 64 |
| Binary | 11111111 | 10000110 | 1100 | 0 | 101111 | 1011111 | 0 | 11110 | 1100100 | 110100 |
Color Harmonies of #FF860C
Complementary color
Monochromatic Colors of #FF860C
Black with #FF860C
Text Example
Text Example
White with #FF860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF860C; }
p { color: rgb(255,134,12); }
H1.HeaderClassName
{
color: #FF860C;
}
.AnyTagClassName
{
color: #FF860C;
}
</style>
background-color css
<style>
a { background-color: #FF860C; }
a { background-color: rgb(255,134,12); }
div.DivClassName
{
background-color: #FF860C;
}
.BgClassName
{
background-color: #FF860C;
}
</style>
border-color css
<style>
span { border-color: #FF860C; }
span { border-color: rgb(255,134,12); }
td.TdClassName
{
border-color: #FF860C;
}
.TagClassName
{
border-color: #FF860C;
}
</style>