Shades of Sunshade #FDA053
Tints of Sunshade #FDA053
RGB
CMYK
RGB Variations
Color information
#FDA053 (or 0xFDA053) is known color: Sunshade. HEX triplet: FD, A0 and 53. RGB value is (253,160,83). Sum of RGB (Red+Green+Blue) = 253+160+83=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA053 is #025FAC. Grayscale: #B3B3B3. Windows color (decimal): -155565 or 5480701. OLE color: 5480701.
HSL color Cylindrical-coordinate representation of color #FDA053: hue angle of 27.18º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDA053 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 83 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.01 |
| HSL | 27.18º | 0.98% | 0.66% | - |
| HSV(B) | 27.18º | 0.67% | 0.99% | - |
| XYZ | 54.64 | 46.65 | 14.31 | - |
| YUV | 179.03 | 73.81 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 83 | 0 | 0.37 | 0.67 | 0.01 | 27.18 | 0.98 | 0.66 |
| Hex | FD | A0 | 53 | 0 | 25 | 43 | 1 | 1B | 62 | 42 |
| Octal | 375 | 240 | 123 | 0 | 45 | 103 | 1 | 33 | 142 | 102 |
| Binary | 11111101 | 10100000 | 1010011 | 0 | 100101 | 1000011 | 1 | 11011 | 1100010 | 1000010 |
Color Harmonies of #FDA053
Complementary color
Monochromatic Colors of #FDA053
Black with #FDA053
Text Example
Text Example
White with #FDA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA053; }
p { color: rgb(253,160,83); }
H1.HeaderClassName
{
color: #FDA053;
}
.AnyTagClassName
{
color: #FDA053;
}
</style>
background-color css
<style>
a { background-color: #FDA053; }
a { background-color: rgb(253,160,83); }
div.DivClassName
{
background-color: #FDA053;
}
.BgClassName
{
background-color: #FDA053;
}
</style>
border-color css
<style>
span { border-color: #FDA053; }
span { border-color: rgb(253,160,83); }
td.TdClassName
{
border-color: #FDA053;
}
.TagClassName
{
border-color: #FDA053;
}
</style>