Shades of Dark Orange #FD8D14
Tints of Dark Orange #FD8D14
RGB
CMYK
RGB Variations
Color information
#FD8D14 (or 0xFD8D14) is known color: Dark Orange. HEX triplet: FD, 8D and 14. RGB value is (253,141,20). Sum of RGB (Red+Green+Blue) = 253+141+20=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8D14 is #0272EB. Grayscale: #A1A1A1. Windows color (decimal): -160492 or 1347069. OLE color: 1347069.
HSL color Cylindrical-coordinate representation of color #FD8D14: hue angle of 31.16º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD8D14 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 20 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.01 |
| HSL | 31.16º | 0.98% | 0.54% | - |
| HSV(B) | 31.16º | 0.92% | 0.99% | - |
| XYZ | 50.16 | 39.98 | 5.74 | - |
| YUV | 160.69 | 48.61 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 20 | 0 | 0.44 | 0.92 | 0.01 | 31.16 | 0.98 | 0.54 |
| Hex | FD | 8D | 14 | 0 | 2C | 5C | 1 | 1F | 62 | 36 |
| Octal | 375 | 215 | 24 | 0 | 54 | 134 | 1 | 37 | 142 | 66 |
| Binary | 11111101 | 10001101 | 10100 | 0 | 101100 | 1011100 | 1 | 11111 | 1100010 | 110110 |
Color Harmonies of #FD8D14
Complementary color
Monochromatic Colors of #FD8D14
Black with #FD8D14
Text Example
Text Example
White with #FD8D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D14; }
p { color: rgb(253,141,20); }
H1.HeaderClassName
{
color: #FD8D14;
}
.AnyTagClassName
{
color: #FD8D14;
}
</style>
background-color css
<style>
a { background-color: #FD8D14; }
a { background-color: rgb(253,141,20); }
div.DivClassName
{
background-color: #FD8D14;
}
.BgClassName
{
background-color: #FD8D14;
}
</style>
border-color css
<style>
span { border-color: #FD8D14; }
span { border-color: rgb(253,141,20); }
td.TdClassName
{
border-color: #FD8D14;
}
.TagClassName
{
border-color: #FD8D14;
}
</style>