Shades of Dark Orange #FD8C06
Tints of Dark Orange #FD8C06
RGB
CMYK
RGB Variations
Color information
#FD8C06 (or 0xFD8C06) is known color: Dark Orange. HEX triplet: FD, 8C and 06. RGB value is (253,140,6). Sum of RGB (Red+Green+Blue) = 253+140+6=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8C06 is #0273F9. Grayscale: #9F9F9F. Windows color (decimal): -160762 or 429309. OLE color: 429309.
HSL color Cylindrical-coordinate representation of color #FD8C06: hue angle of 32.55º 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 #FD8C06 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 6 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.01 |
| HSL | 32.55º | 0.98% | 0.51% | - |
| HSV(B) | 32.55º | 0.98% | 0.99% | - |
| XYZ | 49.92 | 39.65 | 5.19 | - |
| YUV | 158.51 | 41.94 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 6 | 0 | 0.45 | 0.98 | 0.01 | 32.55 | 0.98 | 0.51 |
| Hex | FD | 8C | 6 | 0 | 2D | 62 | 1 | 21 | 62 | 33 |
| Octal | 375 | 214 | 6 | 0 | 55 | 142 | 1 | 41 | 142 | 63 |
| Binary | 11111101 | 10001100 | 110 | 0 | 101101 | 1100010 | 1 | 100001 | 1100010 | 110011 |
Color Harmonies of #FD8C06
Complementary color
Monochromatic Colors of #FD8C06
Black with #FD8C06
Text Example
Text Example
White with #FD8C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C06; }
p { color: rgb(253,140,6); }
H1.HeaderClassName
{
color: #FD8C06;
}
.AnyTagClassName
{
color: #FD8C06;
}
</style>
background-color css
<style>
a { background-color: #FD8C06; }
a { background-color: rgb(253,140,6); }
div.DivClassName
{
background-color: #FD8C06;
}
.BgClassName
{
background-color: #FD8C06;
}
</style>
border-color css
<style>
span { border-color: #FD8C06; }
span { border-color: rgb(253,140,6); }
td.TdClassName
{
border-color: #FD8C06;
}
.TagClassName
{
border-color: #FD8C06;
}
</style>