Shades of Dark Orange #FD8D0F
Tints of Dark Orange #FD8D0F
RGB
CMYK
RGB Variations
Color information
#FD8D0F (or 0xFD8D0F) is known color: Dark Orange. HEX triplet: FD, 8D and 0F. RGB value is (253,141,15). Sum of RGB (Red+Green+Blue) = 253+141+15=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8D0F is #0272F0. Grayscale: #A0A0A0. Windows color (decimal): -160497 or 1019389. OLE color: 1019389.
HSL color Cylindrical-coordinate representation of color #FD8D0F: hue angle of 31.76º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD8D0F is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 15 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.01 |
| HSL | 31.76º | 0.98% | 0.53% | - |
| HSV(B) | 31.76º | 0.94% | 0.99% | - |
| XYZ | 50.12 | 39.97 | 5.52 | - |
| YUV | 160.12 | 46.11 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 15 | 0 | 0.44 | 0.94 | 0.01 | 31.76 | 0.98 | 0.53 |
| Hex | FD | 8D | F | 0 | 2C | 5E | 1 | 20 | 62 | 35 |
| Octal | 375 | 215 | 17 | 0 | 54 | 136 | 1 | 40 | 142 | 65 |
| Binary | 11111101 | 10001101 | 1111 | 0 | 101100 | 1011110 | 1 | 100000 | 1100010 | 110101 |
Color Harmonies of #FD8D0F
Complementary color
Monochromatic Colors of #FD8D0F
Black with #FD8D0F
Text Example
Text Example
White with #FD8D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D0F; }
p { color: rgb(253,141,15); }
H1.HeaderClassName
{
color: #FD8D0F;
}
.AnyTagClassName
{
color: #FD8D0F;
}
</style>
background-color css
<style>
a { background-color: #FD8D0F; }
a { background-color: rgb(253,141,15); }
div.DivClassName
{
background-color: #FD8D0F;
}
.BgClassName
{
background-color: #FD8D0F;
}
</style>
border-color css
<style>
span { border-color: #FD8D0F; }
span { border-color: rgb(253,141,15); }
td.TdClassName
{
border-color: #FD8D0F;
}
.TagClassName
{
border-color: #FD8D0F;
}
</style>