Shades of Dark Orange #FF880E
Tints of Dark Orange #FF880E
RGB
CMYK
RGB Variations
Color information
#FF880E (or 0xFF880E) is known color: Dark Orange. HEX triplet: FF, 88 and 0E. RGB value is (255,136,14). Sum of RGB (Red+Green+Blue) = 255+136+14=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF880E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF880E is #0077F1. Grayscale: #9E9E9E. Windows color (decimal): -30706 or 952575. OLE color: 952575.
HSL color Cylindrical-coordinate representation of color #FF880E: hue angle of 30.37º 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 #FF880E is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 14 | - |
| CMYK | 0 | 0.47 | 0.95 | 0 |
| HSL | 30.37º | 1% | 0.53% | - |
| HSV(B) | 30.37º | 0.95% | 1% | - |
| XYZ | 50.12 | 38.9 | 5.28 | - |
| YUV | 157.67 | 46.92 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 14 | 0 | 0.47 | 0.95 | 0 | 30.37 | 1 | 0.53 |
| Hex | FF | 88 | E | 0 | 2F | 5F | 0 | 1E | 64 | 35 |
| Octal | 377 | 210 | 16 | 0 | 57 | 137 | 0 | 36 | 144 | 65 |
| Binary | 11111111 | 10001000 | 1110 | 0 | 101111 | 1011111 | 0 | 11110 | 1100100 | 110101 |
Color Harmonies of #FF880E
Complementary color
Monochromatic Colors of #FF880E
Black with #FF880E
Text Example
Text Example
White with #FF880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF880E; }
p { color: rgb(255,136,14); }
H1.HeaderClassName
{
color: #FF880E;
}
.AnyTagClassName
{
color: #FF880E;
}
</style>
background-color css
<style>
a { background-color: #FF880E; }
a { background-color: rgb(255,136,14); }
div.DivClassName
{
background-color: #FF880E;
}
.BgClassName
{
background-color: #FF880E;
}
</style>
border-color css
<style>
span { border-color: #FF880E; }
span { border-color: rgb(255,136,14); }
td.TdClassName
{
border-color: #FF880E;
}
.TagClassName
{
border-color: #FF880E;
}
</style>