Shades of Dark Orange #FD8C0D
Tints of Dark Orange #FD8C0D
RGB
CMYK
RGB Variations
Color information
#FD8C0D (or 0xFD8C0D) is known color: Dark Orange. HEX triplet: FD, 8C and 0D. RGB value is (253,140,13). Sum of RGB (Red+Green+Blue) = 253+140+13=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8C0D is #0273F2. Grayscale: #9F9F9F. Windows color (decimal): -160755 or 888061. OLE color: 888061.
HSL color Cylindrical-coordinate representation of color #FD8C0D: hue angle of 31.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD8C0D is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 13 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.01 |
| HSL | 31.75º | 0.98% | 0.52% | - |
| HSV(B) | 31.75º | 0.95% | 0.99% | - |
| XYZ | 49.96 | 39.67 | 5.4 | - |
| YUV | 159.31 | 45.44 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 13 | 0 | 0.45 | 0.95 | 0.01 | 31.75 | 0.98 | 0.52 |
| Hex | FD | 8C | D | 0 | 2D | 5F | 1 | 20 | 62 | 34 |
| Octal | 375 | 214 | 15 | 0 | 55 | 137 | 1 | 40 | 142 | 64 |
| Binary | 11111101 | 10001100 | 1101 | 0 | 101101 | 1011111 | 1 | 100000 | 1100010 | 110100 |
Color Harmonies of #FD8C0D
Complementary color
Monochromatic Colors of #FD8C0D
Black with #FD8C0D
Text Example
Text Example
White with #FD8C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C0D; }
p { color: rgb(253,140,13); }
H1.HeaderClassName
{
color: #FD8C0D;
}
.AnyTagClassName
{
color: #FD8C0D;
}
</style>
background-color css
<style>
a { background-color: #FD8C0D; }
a { background-color: rgb(253,140,13); }
div.DivClassName
{
background-color: #FD8C0D;
}
.BgClassName
{
background-color: #FD8C0D;
}
</style>
border-color css
<style>
span { border-color: #FD8C0D; }
span { border-color: rgb(253,140,13); }
td.TdClassName
{
border-color: #FD8C0D;
}
.TagClassName
{
border-color: #FD8C0D;
}
</style>