Shades of Sunshade #FDA14E
Tints of Sunshade #FDA14E
RGB
CMYK
RGB Variations
Color information
#FDA14E (or 0xFDA14E) is known color: Sunshade. HEX triplet: FD, A1 and 4E. RGB value is (253,161,78). Sum of RGB (Red+Green+Blue) = 253+161+78=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA14E is #025EB1. Grayscale: #B3B3B3. Windows color (decimal): -155314 or 5153277. OLE color: 5153277.
HSL color Cylindrical-coordinate representation of color #FDA14E: hue angle of 28.46º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDA14E is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 78 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.01 |
| HSL | 28.46º | 0.98% | 0.65% | - |
| HSV(B) | 28.46º | 0.69% | 0.99% | - |
| XYZ | 54.63 | 46.92 | 13.39 | - |
| YUV | 179.05 | 70.98 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 78 | 0 | 0.36 | 0.69 | 0.01 | 28.46 | 0.98 | 0.65 |
| Hex | FD | A1 | 4E | 0 | 24 | 45 | 1 | 1C | 62 | 41 |
| Octal | 375 | 241 | 116 | 0 | 44 | 105 | 1 | 34 | 142 | 101 |
| Binary | 11111101 | 10100001 | 1001110 | 0 | 100100 | 1000101 | 1 | 11100 | 1100010 | 1000001 |
Color Harmonies of #FDA14E
Complementary color
Monochromatic Colors of #FDA14E
Black with #FDA14E
Text Example
Text Example
White with #FDA14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA14E; }
p { color: rgb(253,161,78); }
H1.HeaderClassName
{
color: #FDA14E;
}
.AnyTagClassName
{
color: #FDA14E;
}
</style>
background-color css
<style>
a { background-color: #FDA14E; }
a { background-color: rgb(253,161,78); }
div.DivClassName
{
background-color: #FDA14E;
}
.BgClassName
{
background-color: #FDA14E;
}
</style>
border-color css
<style>
span { border-color: #FDA14E; }
span { border-color: rgb(253,161,78); }
td.TdClassName
{
border-color: #FDA14E;
}
.TagClassName
{
border-color: #FDA14E;
}
</style>