Shades of Dark Orange #FF880F
Tints of Dark Orange #FF880F
RGB
CMYK
RGB Variations
Color information
#FF880F (or 0xFF880F) is known color: Dark Orange. HEX triplet: FF, 88 and 0F. RGB value is (255,136,15). Sum of RGB (Red+Green+Blue) = 255+136+15=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF880F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF880F is #0077F0. Grayscale: #9E9E9E. Windows color (decimal): -30705 or 1018111. OLE color: 1018111.
HSL color Cylindrical-coordinate representation of color #FF880F: hue angle of 30.25º 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 #FF880F is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 15 | - |
| CMYK | 0 | 0.47 | 0.94 | 0 |
| HSL | 30.25º | 1% | 0.53% | - |
| HSV(B) | 30.25º | 0.94% | 1% | - |
| XYZ | 50.13 | 38.9 | 5.32 | - |
| YUV | 157.79 | 47.42 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 15 | 0 | 0.47 | 0.94 | 0 | 30.25 | 1 | 0.53 |
| Hex | FF | 88 | F | 0 | 2F | 5E | 0 | 1E | 64 | 35 |
| Octal | 377 | 210 | 17 | 0 | 57 | 136 | 0 | 36 | 144 | 65 |
| Binary | 11111111 | 10001000 | 1111 | 0 | 101111 | 1011110 | 0 | 11110 | 1100100 | 110101 |
Color Harmonies of #FF880F
Complementary color
Monochromatic Colors of #FF880F
Black with #FF880F
Text Example
Text Example
White with #FF880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF880F; }
p { color: rgb(255,136,15); }
H1.HeaderClassName
{
color: #FF880F;
}
.AnyTagClassName
{
color: #FF880F;
}
</style>
background-color css
<style>
a { background-color: #FF880F; }
a { background-color: rgb(255,136,15); }
div.DivClassName
{
background-color: #FF880F;
}
.BgClassName
{
background-color: #FF880F;
}
</style>
border-color css
<style>
span { border-color: #FF880F; }
span { border-color: rgb(255,136,15); }
td.TdClassName
{
border-color: #FF880F;
}
.TagClassName
{
border-color: #FF880F;
}
</style>