Shades of Dark Orange #FD8206
Tints of Dark Orange #FD8206
RGB
CMYK
RGB Variations
Color information
#FD8206 (or 0xFD8206) is known color: Dark Orange. HEX triplet: FD, 82 and 06. RGB value is (253,130,6). Sum of RGB (Red+Green+Blue) = 253+130+6=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8206 is #027DF9. Grayscale: #999999. Windows color (decimal): -163322 or 426749. OLE color: 426749.
HSL color Cylindrical-coordinate representation of color #FD8206: hue angle of 30.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD8206 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 6 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.01 |
| HSL | 30.12º | 0.98% | 0.51% | - |
| HSV(B) | 30.12º | 0.98% | 0.99% | - |
| XYZ | 48.52 | 36.86 | 4.73 | - |
| YUV | 152.64 | 45.25 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 6 | 0 | 0.49 | 0.98 | 0.01 | 30.12 | 0.98 | 0.51 |
| Hex | FD | 82 | 6 | 0 | 31 | 62 | 1 | 1E | 62 | 33 |
| Octal | 375 | 202 | 6 | 0 | 61 | 142 | 1 | 36 | 142 | 63 |
| Binary | 11111101 | 10000010 | 110 | 0 | 110001 | 1100010 | 1 | 11110 | 1100010 | 110011 |
Color Harmonies of #FD8206
Complementary color
Monochromatic Colors of #FD8206
Black with #FD8206
Text Example
Text Example
White with #FD8206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8206; }
p { color: rgb(253,130,6); }
H1.HeaderClassName
{
color: #FD8206;
}
.AnyTagClassName
{
color: #FD8206;
}
</style>
background-color css
<style>
a { background-color: #FD8206; }
a { background-color: rgb(253,130,6); }
div.DivClassName
{
background-color: #FD8206;
}
.BgClassName
{
background-color: #FD8206;
}
</style>
border-color css
<style>
span { border-color: #FD8206; }
span { border-color: rgb(253,130,6); }
td.TdClassName
{
border-color: #FD8206;
}
.TagClassName
{
border-color: #FD8206;
}
</style>