Shades of Dark Orange #FF8208
Tints of Dark Orange #FF8208
RGB
CMYK
RGB Variations
Color information
#FF8208 (or 0xFF8208) is known color: Dark Orange. HEX triplet: FF, 82 and 08. RGB value is (255,130,8). Sum of RGB (Red+Green+Blue) = 255+130+8=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 8 (3.52% from 255 or 2.04% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8208 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8208 is #007DF7. Grayscale: #9A9A9A. Windows color (decimal): -32248 or 557823. OLE color: 557823.
HSL color Cylindrical-coordinate representation of color #FF8208: hue angle of 29.64º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF8208 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 8 | - |
| CMYK | 0 | 0.49 | 0.97 | 0 |
| HSL | 29.64º | 1% | 0.52% | - |
| HSV(B) | 29.64º | 0.97% | 1% | - |
| XYZ | 49.27 | 37.24 | 4.82 | - |
| YUV | 153.47 | 45.91 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 8 | 0 | 0.49 | 0.97 | 0 | 29.64 | 1 | 0.52 |
| Hex | FF | 82 | 8 | 0 | 31 | 61 | 0 | 1E | 64 | 34 |
| Octal | 377 | 202 | 10 | 0 | 61 | 141 | 0 | 36 | 144 | 64 |
| Binary | 11111111 | 10000010 | 1000 | 0 | 110001 | 1100001 | 0 | 11110 | 1100100 | 110100 |
Color Harmonies of #FF8208
Complementary color
Monochromatic Colors of #FF8208
Black with #FF8208
Text Example
Text Example
White with #FF8208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8208; }
p { color: rgb(255,130,8); }
H1.HeaderClassName
{
color: #FF8208;
}
.AnyTagClassName
{
color: #FF8208;
}
</style>
background-color css
<style>
a { background-color: #FF8208; }
a { background-color: rgb(255,130,8); }
div.DivClassName
{
background-color: #FF8208;
}
.BgClassName
{
background-color: #FF8208;
}
</style>
border-color css
<style>
span { border-color: #FF8208; }
span { border-color: rgb(255,130,8); }
td.TdClassName
{
border-color: #FF8208;
}
.TagClassName
{
border-color: #FF8208;
}
</style>