Shades of Dark Orange #FF8807
Tints of Dark Orange #FF8807
RGB
CMYK
RGB Variations
Color information
#FF8807 (or 0xFF8807) is known color: Dark Orange. HEX triplet: FF, 88 and 07. RGB value is (255,136,7). Sum of RGB (Red+Green+Blue) = 255+136+7=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 7 (3.12% from 255 or 1.76% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8807 is #0077F8. Grayscale: #9D9D9D. Windows color (decimal): -30713 or 493823. OLE color: 493823.
HSL color Cylindrical-coordinate representation of color #FF8807: hue angle of 31.21º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF8807 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 7 | - |
| CMYK | 0 | 0.47 | 0.97 | 0 |
| HSL | 31.21º | 1% | 0.51% | - |
| HSV(B) | 31.21º | 0.97% | 1% | - |
| XYZ | 50.08 | 38.88 | 5.07 | - |
| YUV | 156.88 | 43.42 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 7 | 0 | 0.47 | 0.97 | 0 | 31.21 | 1 | 0.51 |
| Hex | FF | 88 | 7 | 0 | 2F | 61 | 0 | 1F | 64 | 33 |
| Octal | 377 | 210 | 7 | 0 | 57 | 141 | 0 | 37 | 144 | 63 |
| Binary | 11111111 | 10001000 | 111 | 0 | 101111 | 1100001 | 0 | 11111 | 1100100 | 110011 |
Color Harmonies of #FF8807
Complementary color
Monochromatic Colors of #FF8807
Black with #FF8807
Text Example
Text Example
White with #FF8807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8807; }
p { color: rgb(255,136,7); }
H1.HeaderClassName
{
color: #FF8807;
}
.AnyTagClassName
{
color: #FF8807;
}
</style>
background-color css
<style>
a { background-color: #FF8807; }
a { background-color: rgb(255,136,7); }
div.DivClassName
{
background-color: #FF8807;
}
.BgClassName
{
background-color: #FF8807;
}
</style>
border-color css
<style>
span { border-color: #FF8807; }
span { border-color: rgb(255,136,7); }
td.TdClassName
{
border-color: #FF8807;
}
.TagClassName
{
border-color: #FF8807;
}
</style>