Shades of Dark Orange #FF8005
Tints of Dark Orange #FF8005
RGB
CMYK
RGB Variations
Color information
#FF8005 (or 0xFF8005) is known color: Dark Orange. HEX triplet: FF, 80 and 05. RGB value is (255,128,5). Sum of RGB (Red+Green+Blue) = 255+128+5=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8005 is #007FFA. Grayscale: #989898. Windows color (decimal): -32763 or 360703. OLE color: 360703.
HSL color Cylindrical-coordinate representation of color #FF8005: hue angle of 29.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF8005 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 5 | - |
| CMYK | 0 | 0.50 | 0.98 | 0 |
| HSL | 29.52º | 1% | 0.51% | - |
| HSV(B) | 29.52º | 0.98% | 1% | - |
| XYZ | 48.99 | 36.71 | 4.65 | - |
| YUV | 151.95 | 45.08 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 5 | 0 | 0.50 | 0.98 | 0 | 29.52 | 1 | 0.51 |
| Hex | FF | 80 | 5 | 0 | 32 | 62 | 0 | 1E | 64 | 33 |
| Octal | 377 | 200 | 5 | 0 | 62 | 142 | 0 | 36 | 144 | 63 |
| Binary | 11111111 | 10000000 | 101 | 0 | 110010 | 1100010 | 0 | 11110 | 1100100 | 110011 |
Color Harmonies of #FF8005
Complementary color
Monochromatic Colors of #FF8005
Black with #FF8005
Text Example
Text Example
White with #FF8005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8005; }
p { color: rgb(255,128,5); }
H1.HeaderClassName
{
color: #FF8005;
}
.AnyTagClassName
{
color: #FF8005;
}
</style>
background-color css
<style>
a { background-color: #FF8005; }
a { background-color: rgb(255,128,5); }
div.DivClassName
{
background-color: #FF8005;
}
.BgClassName
{
background-color: #FF8005;
}
</style>
border-color css
<style>
span { border-color: #FF8005; }
span { border-color: rgb(255,128,5); }
td.TdClassName
{
border-color: #FF8005;
}
.TagClassName
{
border-color: #FF8005;
}
</style>