Shades of Sunshade #FDA353
Tints of Sunshade #FDA353
RGB
CMYK
RGB Variations
Color information
#FDA353 (or 0xFDA353) is known color: Sunshade. HEX triplet: FD, A3 and 53. RGB value is (253,163,83). Sum of RGB (Red+Green+Blue) = 253+163+83=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA353 is #025CAC. Grayscale: #B5B5B5. Windows color (decimal): -154797 or 5481469. OLE color: 5481469.
HSL color Cylindrical-coordinate representation of color #FDA353: hue angle of 28.24º 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 #FDA353 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 83 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.01 |
| HSL | 28.24º | 0.98% | 0.66% | - |
| HSV(B) | 28.24º | 0.67% | 0.99% | - |
| XYZ | 55.17 | 47.7 | 14.48 | - |
| YUV | 180.79 | 72.82 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 83 | 0 | 0.36 | 0.67 | 0.01 | 28.24 | 0.98 | 0.66 |
| Hex | FD | A3 | 53 | 0 | 24 | 43 | 1 | 1C | 62 | 42 |
| Octal | 375 | 243 | 123 | 0 | 44 | 103 | 1 | 34 | 142 | 102 |
| Binary | 11111101 | 10100011 | 1010011 | 0 | 100100 | 1000011 | 1 | 11100 | 1100010 | 1000010 |
Color Harmonies of #FDA353
Complementary color
Monochromatic Colors of #FDA353
Black with #FDA353
Text Example
Text Example
White with #FDA353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA353; }
p { color: rgb(253,163,83); }
H1.HeaderClassName
{
color: #FDA353;
}
.AnyTagClassName
{
color: #FDA353;
}
</style>
background-color css
<style>
a { background-color: #FDA353; }
a { background-color: rgb(253,163,83); }
div.DivClassName
{
background-color: #FDA353;
}
.BgClassName
{
background-color: #FDA353;
}
</style>
border-color css
<style>
span { border-color: #FDA353; }
span { border-color: rgb(253,163,83); }
td.TdClassName
{
border-color: #FDA353;
}
.TagClassName
{
border-color: #FDA353;
}
</style>