Shades of Dark Orange #FD8A0E
Tints of Dark Orange #FD8A0E
RGB
CMYK
RGB Variations
Color information
#FD8A0E (or 0xFD8A0E) is known color: Dark Orange. HEX triplet: FD, 8A and 0E. RGB value is (253,138,14). Sum of RGB (Red+Green+Blue) = 253+138+14=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8A0E is #0275F1. Grayscale: #9E9E9E. Windows color (decimal): -161266 or 953085. OLE color: 953085.
HSL color Cylindrical-coordinate representation of color #FD8A0E: hue angle of 31.13º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD8A0E is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 14 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.01 |
| HSL | 31.13º | 0.98% | 0.52% | - |
| HSV(B) | 31.13º | 0.94% | 0.99% | - |
| XYZ | 49.68 | 39.09 | 5.34 | - |
| YUV | 158.25 | 46.6 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 14 | 0 | 0.45 | 0.94 | 0.01 | 31.13 | 0.98 | 0.52 |
| Hex | FD | 8A | E | 0 | 2D | 5E | 1 | 1F | 62 | 34 |
| Octal | 375 | 212 | 16 | 0 | 55 | 136 | 1 | 37 | 142 | 64 |
| Binary | 11111101 | 10001010 | 1110 | 0 | 101101 | 1011110 | 1 | 11111 | 1100010 | 110100 |
Color Harmonies of #FD8A0E
Complementary color
Monochromatic Colors of #FD8A0E
Black with #FD8A0E
Text Example
Text Example
White with #FD8A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A0E; }
p { color: rgb(253,138,14); }
H1.HeaderClassName
{
color: #FD8A0E;
}
.AnyTagClassName
{
color: #FD8A0E;
}
</style>
background-color css
<style>
a { background-color: #FD8A0E; }
a { background-color: rgb(253,138,14); }
div.DivClassName
{
background-color: #FD8A0E;
}
.BgClassName
{
background-color: #FD8A0E;
}
</style>
border-color css
<style>
span { border-color: #FD8A0E; }
span { border-color: rgb(253,138,14); }
td.TdClassName
{
border-color: #FD8A0E;
}
.TagClassName
{
border-color: #FD8A0E;
}
</style>