Shades of Dark Orange #FF850E
Tints of Dark Orange #FF850E
RGB
CMYK
RGB Variations
Color information
#FF850E (or 0xFF850E) is known color: Dark Orange. HEX triplet: FF, 85 and 0E. RGB value is (255,133,14). Sum of RGB (Red+Green+Blue) = 255+133+14=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF850E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF850E is #007AF1. Grayscale: #9C9C9C. Windows color (decimal): -31474 or 951807. OLE color: 951807.
HSL color Cylindrical-coordinate representation of color #FF850E: hue angle of 29.63º 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 #FF850E is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 14 | - |
| CMYK | 0 | 0.48 | 0.95 | 0 |
| HSL | 29.63º | 1% | 0.53% | - |
| HSV(B) | 29.63º | 0.95% | 1% | - |
| XYZ | 49.71 | 38.07 | 5.14 | - |
| YUV | 155.91 | 47.92 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 14 | 0 | 0.48 | 0.95 | 0 | 29.63 | 1 | 0.53 |
| Hex | FF | 85 | E | 0 | 30 | 5F | 0 | 1E | 64 | 35 |
| Octal | 377 | 205 | 16 | 0 | 60 | 137 | 0 | 36 | 144 | 65 |
| Binary | 11111111 | 10000101 | 1110 | 0 | 110000 | 1011111 | 0 | 11110 | 1100100 | 110101 |
Color Harmonies of #FF850E
Complementary color
Monochromatic Colors of #FF850E
Black with #FF850E
Text Example
Text Example
White with #FF850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF850E; }
p { color: rgb(255,133,14); }
H1.HeaderClassName
{
color: #FF850E;
}
.AnyTagClassName
{
color: #FF850E;
}
</style>
background-color css
<style>
a { background-color: #FF850E; }
a { background-color: rgb(255,133,14); }
div.DivClassName
{
background-color: #FF850E;
}
.BgClassName
{
background-color: #FF850E;
}
</style>
border-color css
<style>
span { border-color: #FF850E; }
span { border-color: rgb(255,133,14); }
td.TdClassName
{
border-color: #FF850E;
}
.TagClassName
{
border-color: #FF850E;
}
</style>