Shades of Sunshade #FDA44C
Tints of Sunshade #FDA44C
RGB
CMYK
RGB Variations
Color information
#FDA44C (or 0xFDA44C) is known color: Sunshade. HEX triplet: FD, A4 and 4C. RGB value is (253,164,76). Sum of RGB (Red+Green+Blue) = 253+164+76=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA44C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA44C is #025BB3. Grayscale: #B5B5B5. Windows color (decimal): -154548 or 5022973. OLE color: 5022973.
HSL color Cylindrical-coordinate representation of color #FDA44C: hue angle of 29.83º 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 #FDA44C is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 76 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.01 |
| HSL | 29.83º | 0.98% | 0.65% | - |
| HSV(B) | 29.83º | 0.7% | 0.99% | - |
| XYZ | 55.09 | 47.96 | 13.19 | - |
| YUV | 180.58 | 68.99 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 76 | 0 | 0.35 | 0.70 | 0.01 | 29.83 | 0.98 | 0.65 |
| Hex | FD | A4 | 4C | 0 | 23 | 46 | 1 | 1E | 62 | 41 |
| Octal | 375 | 244 | 114 | 0 | 43 | 106 | 1 | 36 | 142 | 101 |
| Binary | 11111101 | 10100100 | 1001100 | 0 | 100011 | 1000110 | 1 | 11110 | 1100010 | 1000001 |
Color Harmonies of #FDA44C
Complementary color
Monochromatic Colors of #FDA44C
Black with #FDA44C
Text Example
Text Example
White with #FDA44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA44C; }
p { color: rgb(253,164,76); }
H1.HeaderClassName
{
color: #FDA44C;
}
.AnyTagClassName
{
color: #FDA44C;
}
</style>
background-color css
<style>
a { background-color: #FDA44C; }
a { background-color: rgb(253,164,76); }
div.DivClassName
{
background-color: #FDA44C;
}
.BgClassName
{
background-color: #FDA44C;
}
</style>
border-color css
<style>
span { border-color: #FDA44C; }
span { border-color: rgb(253,164,76); }
td.TdClassName
{
border-color: #FDA44C;
}
.TagClassName
{
border-color: #FDA44C;
}
</style>