Shades of Sunshade #FDA44A
Tints of Sunshade #FDA44A
RGB
CMYK
RGB Variations
Color information
#FDA44A (or 0xFDA44A) is known color: Sunshade. HEX triplet: FD, A4 and 4A. RGB value is (253,164,74). Sum of RGB (Red+Green+Blue) = 253+164+74=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA44A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA44A is #025BB5. Grayscale: #B4B4B4. Windows color (decimal): -154550 or 4891901. OLE color: 4891901.
HSL color Cylindrical-coordinate representation of color #FDA44A: hue angle of 30.17º 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 #FDA44A is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 74 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.01 |
| HSL | 30.17º | 0.98% | 0.64% | - |
| HSV(B) | 30.17º | 0.71% | 0.99% | - |
| XYZ | 55.02 | 47.93 | 12.83 | - |
| YUV | 180.35 | 67.99 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 74 | 0 | 0.35 | 0.71 | 0.01 | 30.17 | 0.98 | 0.64 |
| Hex | FD | A4 | 4A | 0 | 23 | 47 | 1 | 1E | 62 | 40 |
| Octal | 375 | 244 | 112 | 0 | 43 | 107 | 1 | 36 | 142 | 100 |
| Binary | 11111101 | 10100100 | 1001010 | 0 | 100011 | 1000111 | 1 | 11110 | 1100010 | 1000000 |
Color Harmonies of #FDA44A
Complementary color
Monochromatic Colors of #FDA44A
Black with #FDA44A
Text Example
Text Example
White with #FDA44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA44A; }
p { color: rgb(253,164,74); }
H1.HeaderClassName
{
color: #FDA44A;
}
.AnyTagClassName
{
color: #FDA44A;
}
</style>
background-color css
<style>
a { background-color: #FDA44A; }
a { background-color: rgb(253,164,74); }
div.DivClassName
{
background-color: #FDA44A;
}
.BgClassName
{
background-color: #FDA44A;
}
</style>
border-color css
<style>
span { border-color: #FDA44A; }
span { border-color: rgb(253,164,74); }
td.TdClassName
{
border-color: #FDA44A;
}
.TagClassName
{
border-color: #FDA44A;
}
</style>