Shades of Sunshade #FDA355
Tints of Sunshade #FDA355
RGB
CMYK
RGB Variations
Color information
#FDA355 (or 0xFDA355) is known color: Sunshade. HEX triplet: FD, A3 and 55. RGB value is (253,163,85). Sum of RGB (Red+Green+Blue) = 253+163+85=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA355 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA355 is #025CAA. Grayscale: #B5B5B5. Windows color (decimal): -154795 or 5612541. OLE color: 5612541.
HSL color Cylindrical-coordinate representation of color #FDA355: hue angle of 27.86º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDA355 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 85 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.01 |
| HSL | 27.86º | 0.98% | 0.66% | - |
| HSV(B) | 27.86º | 0.66% | 0.99% | - |
| XYZ | 55.24 | 47.73 | 14.9 | - |
| YUV | 181.02 | 73.82 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 85 | 0 | 0.36 | 0.66 | 0.01 | 27.86 | 0.98 | 0.66 |
| Hex | FD | A3 | 55 | 0 | 24 | 42 | 1 | 1C | 62 | 42 |
| Octal | 375 | 243 | 125 | 0 | 44 | 102 | 1 | 34 | 142 | 102 |
| Binary | 11111101 | 10100011 | 1010101 | 0 | 100100 | 1000010 | 1 | 11100 | 1100010 | 1000010 |
Color Harmonies of #FDA355
Complementary color
Monochromatic Colors of #FDA355
Black with #FDA355
Text Example
Text Example
White with #FDA355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA355; }
p { color: rgb(253,163,85); }
H1.HeaderClassName
{
color: #FDA355;
}
.AnyTagClassName
{
color: #FDA355;
}
</style>
background-color css
<style>
a { background-color: #FDA355; }
a { background-color: rgb(253,163,85); }
div.DivClassName
{
background-color: #FDA355;
}
.BgClassName
{
background-color: #FDA355;
}
</style>
border-color css
<style>
span { border-color: #FDA355; }
span { border-color: rgb(253,163,85); }
td.TdClassName
{
border-color: #FDA355;
}
.TagClassName
{
border-color: #FDA355;
}
</style>