Shades of Dark Orange #FF8800
Tints of Dark Orange #FF8800
RGB
CMYK
RGB Variations
Color information
#FF8800 (or 0xFF8800) is known color: Dark Orange. HEX triplet: FF, 88 and 00. RGB value is (255,136,0). Sum of RGB (Red+Green+Blue) = 255+136+0=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8800 is #0077FF. Grayscale: #9C9C9C. Windows color (decimal): -30720 or 35071. OLE color: 35071.
HSL color Cylindrical-coordinate representation of color #FF8800: hue angle of 32º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF8800 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0 |
| HSL | 32º | 1% | 0.5% | - |
| HSV(B) | 32º | 1% | 1% | - |
| XYZ | 50.04 | 38.87 | 4.86 | - |
| YUV | 156.08 | 39.92 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 0 | 0 | 0.47 | 1 | 0 | 32 | 1 | 0.5 |
| Hex | FF | 88 | 0 | 0 | 2F | 64 | 0 | 20 | 64 | 32 |
| Octal | 377 | 210 | 0 | 0 | 57 | 144 | 0 | 40 | 144 | 62 |
| Binary | 11111111 | 10001000 | 0 | 0 | 101111 | 1100100 | 0 | 100000 | 1100100 | 110010 |
Color Harmonies of #FF8800
Complementary color
Monochromatic Colors of #FF8800
Black with #FF8800
Text Example
Text Example
White with #FF8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8800; }
p { color: rgb(255,136,0); }
H1.HeaderClassName
{
color: #FF8800;
}
.AnyTagClassName
{
color: #FF8800;
}
</style>
background-color css
<style>
a { background-color: #FF8800; }
a { background-color: rgb(255,136,0); }
div.DivClassName
{
background-color: #FF8800;
}
.BgClassName
{
background-color: #FF8800;
}
</style>
border-color css
<style>
span { border-color: #FF8800; }
span { border-color: rgb(255,136,0); }
td.TdClassName
{
border-color: #FF8800;
}
.TagClassName
{
border-color: #FF8800;
}
</style>