Shades of Sunshade #FDA155
Tints of Sunshade #FDA155
RGB
CMYK
RGB Variations
Color information
#FDA155 (or 0xFDA155) is known color: Sunshade. HEX triplet: FD, A1 and 55. RGB value is (253,161,85). Sum of RGB (Red+Green+Blue) = 253+161+85=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA155 is #025EAA. Grayscale: #B4B4B4. Windows color (decimal): -155307 or 5612029. OLE color: 5612029.
HSL color Cylindrical-coordinate representation of color #FDA155: hue angle of 27.14º 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 #FDA155 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 85 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.01 |
| HSL | 27.14º | 0.98% | 0.66% | - |
| HSV(B) | 27.14º | 0.66% | 0.99% | - |
| XYZ | 54.89 | 47.03 | 14.78 | - |
| YUV | 179.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 85 | 0 | 0.36 | 0.66 | 0.01 | 27.14 | 0.98 | 0.66 |
| Hex | FD | A1 | 55 | 0 | 24 | 42 | 1 | 1B | 62 | 42 |
| Octal | 375 | 241 | 125 | 0 | 44 | 102 | 1 | 33 | 142 | 102 |
| Binary | 11111101 | 10100001 | 1010101 | 0 | 100100 | 1000010 | 1 | 11011 | 1100010 | 1000010 |
Color Harmonies of #FDA155
Complementary color
Monochromatic Colors of #FDA155
Black with #FDA155
Text Example
Text Example
White with #FDA155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA155; }
p { color: rgb(253,161,85); }
H1.HeaderClassName
{
color: #FDA155;
}
.AnyTagClassName
{
color: #FDA155;
}
</style>
background-color css
<style>
a { background-color: #FDA155; }
a { background-color: rgb(253,161,85); }
div.DivClassName
{
background-color: #FDA155;
}
.BgClassName
{
background-color: #FDA155;
}
</style>
border-color css
<style>
span { border-color: #FDA155; }
span { border-color: rgb(253,161,85); }
td.TdClassName
{
border-color: #FDA155;
}
.TagClassName
{
border-color: #FDA155;
}
</style>