Shades of Sunshade #FDA24A
Tints of Sunshade #FDA24A
RGB
CMYK
RGB Variations
Color information
#FDA24A (or 0xFDA24A) is known color: Sunshade. HEX triplet: FD, A2 and 4A. RGB value is (253,162,74). Sum of RGB (Red+Green+Blue) = 253+162+74=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA24A is #025DB5. Grayscale: #B3B3B3. Windows color (decimal): -155062 or 4891389. OLE color: 4891389.
HSL color Cylindrical-coordinate representation of color #FDA24A: hue angle of 29.5º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FDA24A is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 74 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.01 |
| HSL | 29.5º | 0.98% | 0.64% | - |
| HSV(B) | 29.5º | 0.71% | 0.99% | - |
| XYZ | 54.66 | 47.22 | 12.71 | - |
| YUV | 179.18 | 68.65 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 74 | 0 | 0.36 | 0.71 | 0.01 | 29.5 | 0.98 | 0.64 |
| Hex | FD | A2 | 4A | 0 | 24 | 47 | 1 | 1D | 62 | 40 |
| Octal | 375 | 242 | 112 | 0 | 44 | 107 | 1 | 35 | 142 | 100 |
| Binary | 11111101 | 10100010 | 1001010 | 0 | 100100 | 1000111 | 1 | 11101 | 1100010 | 1000000 |
Color Harmonies of #FDA24A
Complementary color
Monochromatic Colors of #FDA24A
Black with #FDA24A
Text Example
Text Example
White with #FDA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA24A; }
p { color: rgb(253,162,74); }
H1.HeaderClassName
{
color: #FDA24A;
}
.AnyTagClassName
{
color: #FDA24A;
}
</style>
background-color css
<style>
a { background-color: #FDA24A; }
a { background-color: rgb(253,162,74); }
div.DivClassName
{
background-color: #FDA24A;
}
.BgClassName
{
background-color: #FDA24A;
}
</style>
border-color css
<style>
span { border-color: #FDA24A; }
span { border-color: rgb(253,162,74); }
td.TdClassName
{
border-color: #FDA24A;
}
.TagClassName
{
border-color: #FDA24A;
}
</style>