Shades of Dark Orange #FF8206
Tints of Dark Orange #FF8206
RGB
CMYK
RGB Variations
Color information
#FF8206 (or 0xFF8206) is known color: Dark Orange. HEX triplet: FF, 82 and 06. RGB value is (255,130,6). Sum of RGB (Red+Green+Blue) = 255+130+6=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8206 is #007DF9. Grayscale: #999999. Windows color (decimal): -32250 or 426751. OLE color: 426751.
HSL color Cylindrical-coordinate representation of color #FF8206: hue angle of 29.88º 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 #FF8206 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 6 | - |
| CMYK | 0 | 0.49 | 0.98 | 0 |
| HSL | 29.88º | 1% | 0.51% | - |
| HSV(B) | 29.88º | 0.98% | 1% | - |
| XYZ | 49.26 | 37.24 | 4.76 | - |
| YUV | 153.24 | 44.91 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 6 | 0 | 0.49 | 0.98 | 0 | 29.88 | 1 | 0.51 |
| Hex | FF | 82 | 6 | 0 | 31 | 62 | 0 | 1E | 64 | 33 |
| Octal | 377 | 202 | 6 | 0 | 61 | 142 | 0 | 36 | 144 | 63 |
| Binary | 11111111 | 10000010 | 110 | 0 | 110001 | 1100010 | 0 | 11110 | 1100100 | 110011 |
Color Harmonies of #FF8206
Complementary color
Monochromatic Colors of #FF8206
Black with #FF8206
Text Example
Text Example
White with #FF8206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8206; }
p { color: rgb(255,130,6); }
H1.HeaderClassName
{
color: #FF8206;
}
.AnyTagClassName
{
color: #FF8206;
}
</style>
background-color css
<style>
a { background-color: #FF8206; }
a { background-color: rgb(255,130,6); }
div.DivClassName
{
background-color: #FF8206;
}
.BgClassName
{
background-color: #FF8206;
}
</style>
border-color css
<style>
span { border-color: #FF8206; }
span { border-color: rgb(255,130,6); }
td.TdClassName
{
border-color: #FF8206;
}
.TagClassName
{
border-color: #FF8206;
}
</style>