Shades of Sunshade #FDA04C
Tints of Sunshade #FDA04C
RGB
CMYK
RGB Variations
Color information
#FDA04C (or 0xFDA04C) is known color: Sunshade. HEX triplet: FD, A0 and 4C. RGB value is (253,160,76). Sum of RGB (Red+Green+Blue) = 253+160+76=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA04C is #025FB3. Grayscale: #B2B2B2. Windows color (decimal): -155572 or 5021949. OLE color: 5021949.
HSL color Cylindrical-coordinate representation of color #FDA04C: hue angle of 28.47º 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 #FDA04C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 76 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.01 |
| HSL | 28.47º | 0.98% | 0.65% | - |
| HSV(B) | 28.47º | 0.7% | 0.99% | - |
| XYZ | 54.38 | 46.55 | 12.96 | - |
| YUV | 178.23 | 70.31 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 76 | 0 | 0.37 | 0.70 | 0.01 | 28.47 | 0.98 | 0.65 |
| Hex | FD | A0 | 4C | 0 | 25 | 46 | 1 | 1C | 62 | 41 |
| Octal | 375 | 240 | 114 | 0 | 45 | 106 | 1 | 34 | 142 | 101 |
| Binary | 11111101 | 10100000 | 1001100 | 0 | 100101 | 1000110 | 1 | 11100 | 1100010 | 1000001 |
Color Harmonies of #FDA04C
Complementary color
Monochromatic Colors of #FDA04C
Black with #FDA04C
Text Example
Text Example
White with #FDA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA04C; }
p { color: rgb(253,160,76); }
H1.HeaderClassName
{
color: #FDA04C;
}
.AnyTagClassName
{
color: #FDA04C;
}
</style>
background-color css
<style>
a { background-color: #FDA04C; }
a { background-color: rgb(253,160,76); }
div.DivClassName
{
background-color: #FDA04C;
}
.BgClassName
{
background-color: #FDA04C;
}
</style>
border-color css
<style>
span { border-color: #FDA04C; }
span { border-color: rgb(253,160,76); }
td.TdClassName
{
border-color: #FDA04C;
}
.TagClassName
{
border-color: #FDA04C;
}
</style>