Shades of Sunshade #FDA252
Tints of Sunshade #FDA252
RGB
CMYK
RGB Variations
Color information
#FDA252 (or 0xFDA252) is known color: Sunshade. HEX triplet: FD, A2 and 52. RGB value is (253,162,82). Sum of RGB (Red+Green+Blue) = 253+162+82=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA252 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA252 is #025DAD. Grayscale: #B4B4B4. Windows color (decimal): -155054 or 5415677. OLE color: 5415677.
HSL color Cylindrical-coordinate representation of color #FDA252: hue angle of 28.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDA252 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 82 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.01 |
| HSL | 28.07º | 0.98% | 0.66% | - |
| HSV(B) | 28.07º | 0.68% | 0.99% | - |
| XYZ | 54.95 | 47.33 | 14.22 | - |
| YUV | 180.09 | 72.65 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 82 | 0 | 0.36 | 0.68 | 0.01 | 28.07 | 0.98 | 0.66 |
| Hex | FD | A2 | 52 | 0 | 24 | 44 | 1 | 1C | 62 | 42 |
| Octal | 375 | 242 | 122 | 0 | 44 | 104 | 1 | 34 | 142 | 102 |
| Binary | 11111101 | 10100010 | 1010010 | 0 | 100100 | 1000100 | 1 | 11100 | 1100010 | 1000010 |
Color Harmonies of #FDA252
Complementary color
Monochromatic Colors of #FDA252
Black with #FDA252
Text Example
Text Example
White with #FDA252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA252; }
p { color: rgb(253,162,82); }
H1.HeaderClassName
{
color: #FDA252;
}
.AnyTagClassName
{
color: #FDA252;
}
</style>
background-color css
<style>
a { background-color: #FDA252; }
a { background-color: rgb(253,162,82); }
div.DivClassName
{
background-color: #FDA252;
}
.BgClassName
{
background-color: #FDA252;
}
</style>
border-color css
<style>
span { border-color: #FDA252; }
span { border-color: rgb(253,162,82); }
td.TdClassName
{
border-color: #FDA252;
}
.TagClassName
{
border-color: #FDA252;
}
</style>