Shades of Dark Orange #FD8A11
Tints of Dark Orange #FD8A11
RGB
CMYK
RGB Variations
Color information
#FD8A11 (or 0xFD8A11) is known color: Dark Orange. HEX triplet: FD, 8A and 11. RGB value is (253,138,17). Sum of RGB (Red+Green+Blue) = 253+138+17=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8A11 is #0275EE. Grayscale: #9F9F9F. Windows color (decimal): -161263 or 1149693. OLE color: 1149693.
HSL color Cylindrical-coordinate representation of color #FD8A11: hue angle of 30.76º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD8A11 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 17 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.01 |
| HSL | 30.76º | 0.98% | 0.53% | - |
| HSV(B) | 30.76º | 0.93% | 0.99% | - |
| XYZ | 49.7 | 39.1 | 5.46 | - |
| YUV | 158.59 | 48.1 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 17 | 0 | 0.45 | 0.93 | 0.01 | 30.76 | 0.98 | 0.53 |
| Hex | FD | 8A | 11 | 0 | 2D | 5D | 1 | 1F | 62 | 35 |
| Octal | 375 | 212 | 21 | 0 | 55 | 135 | 1 | 37 | 142 | 65 |
| Binary | 11111101 | 10001010 | 10001 | 0 | 101101 | 1011101 | 1 | 11111 | 1100010 | 110101 |
Color Harmonies of #FD8A11
Complementary color
Monochromatic Colors of #FD8A11
Black with #FD8A11
Text Example
Text Example
White with #FD8A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A11; }
p { color: rgb(253,138,17); }
H1.HeaderClassName
{
color: #FD8A11;
}
.AnyTagClassName
{
color: #FD8A11;
}
</style>
background-color css
<style>
a { background-color: #FD8A11; }
a { background-color: rgb(253,138,17); }
div.DivClassName
{
background-color: #FD8A11;
}
.BgClassName
{
background-color: #FD8A11;
}
</style>
border-color css
<style>
span { border-color: #FD8A11; }
span { border-color: rgb(253,138,17); }
td.TdClassName
{
border-color: #FD8A11;
}
.TagClassName
{
border-color: #FD8A11;
}
</style>