Shades of Sunshade #FDA04D
Tints of Sunshade #FDA04D
RGB
CMYK
RGB Variations
Color information
#FDA04D (or 0xFDA04D) is known color: Sunshade. HEX triplet: FD, A0 and 4D. RGB value is (253,160,77). Sum of RGB (Red+Green+Blue) = 253+160+77=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA04D is #025FB2. Grayscale: #B2B2B2. Windows color (decimal): -155571 or 5087485. OLE color: 5087485.
HSL color Cylindrical-coordinate representation of color #FDA04D: hue angle of 28.3º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDA04D is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 77 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.01 |
| HSL | 28.3º | 0.98% | 0.65% | - |
| HSV(B) | 28.3º | 0.7% | 0.99% | - |
| XYZ | 54.42 | 46.56 | 13.14 | - |
| YUV | 178.35 | 70.81 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 77 | 0 | 0.37 | 0.70 | 0.01 | 28.3 | 0.98 | 0.65 |
| Hex | FD | A0 | 4D | 0 | 25 | 46 | 1 | 1C | 62 | 41 |
| Octal | 375 | 240 | 115 | 0 | 45 | 106 | 1 | 34 | 142 | 101 |
| Binary | 11111101 | 10100000 | 1001101 | 0 | 100101 | 1000110 | 1 | 11100 | 1100010 | 1000001 |
Color Harmonies of #FDA04D
Complementary color
Monochromatic Colors of #FDA04D
Black with #FDA04D
Text Example
Text Example
White with #FDA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA04D; }
p { color: rgb(253,160,77); }
H1.HeaderClassName
{
color: #FDA04D;
}
.AnyTagClassName
{
color: #FDA04D;
}
</style>
background-color css
<style>
a { background-color: #FDA04D; }
a { background-color: rgb(253,160,77); }
div.DivClassName
{
background-color: #FDA04D;
}
.BgClassName
{
background-color: #FDA04D;
}
</style>
border-color css
<style>
span { border-color: #FDA04D; }
span { border-color: rgb(253,160,77); }
td.TdClassName
{
border-color: #FDA04D;
}
.TagClassName
{
border-color: #FDA04D;
}
</style>