Shades of Sunshade #FDA24D
Tints of Sunshade #FDA24D
RGB
CMYK
RGB Variations
Color information
#FDA24D (or 0xFDA24D) is known color: Sunshade. HEX triplet: FD, A2 and 4D. RGB value is (253,162,77). Sum of RGB (Red+Green+Blue) = 253+162+77=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA24D is #025DB2. Grayscale: #B3B3B3. Windows color (decimal): -155059 or 5087997. OLE color: 5087997.
HSL color Cylindrical-coordinate representation of color #FDA24D: hue angle of 28.98º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FDA24D is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 77 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.01 |
| HSL | 28.98º | 0.98% | 0.65% | - |
| HSV(B) | 28.98º | 0.7% | 0.99% | - |
| XYZ | 54.77 | 47.26 | 13.26 | - |
| YUV | 179.52 | 70.15 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 77 | 0 | 0.36 | 0.70 | 0.01 | 28.98 | 0.98 | 0.65 |
| Hex | FD | A2 | 4D | 0 | 24 | 46 | 1 | 1D | 62 | 41 |
| Octal | 375 | 242 | 115 | 0 | 44 | 106 | 1 | 35 | 142 | 101 |
| Binary | 11111101 | 10100010 | 1001101 | 0 | 100100 | 1000110 | 1 | 11101 | 1100010 | 1000001 |
Color Harmonies of #FDA24D
Complementary color
Monochromatic Colors of #FDA24D
Black with #FDA24D
Text Example
Text Example
White with #FDA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA24D; }
p { color: rgb(253,162,77); }
H1.HeaderClassName
{
color: #FDA24D;
}
.AnyTagClassName
{
color: #FDA24D;
}
</style>
background-color css
<style>
a { background-color: #FDA24D; }
a { background-color: rgb(253,162,77); }
div.DivClassName
{
background-color: #FDA24D;
}
.BgClassName
{
background-color: #FDA24D;
}
</style>
border-color css
<style>
span { border-color: #FDA24D; }
span { border-color: rgb(253,162,77); }
td.TdClassName
{
border-color: #FDA24D;
}
.TagClassName
{
border-color: #FDA24D;
}
</style>