Shades of Sunshade #FDA042
Tints of Sunshade #FDA042
RGB
CMYK
RGB Variations
Color information
#FDA042 (or 0xFDA042) is known color: Sunshade. HEX triplet: FD, A0 and 42. RGB value is (253,160,66). Sum of RGB (Red+Green+Blue) = 253+160+66=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA042 is #025FBD. Grayscale: #B1B1B1. Windows color (decimal): -155582 or 4366589. OLE color: 4366589.
HSL color Cylindrical-coordinate representation of color #FDA042: hue angle of 30.16º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FDA042 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 66 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.01 |
| HSL | 30.16º | 0.98% | 0.63% | - |
| HSV(B) | 30.16º | 0.74% | 0.99% | - |
| XYZ | 54.06 | 46.42 | 11.26 | - |
| YUV | 177.09 | 65.31 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 66 | 0 | 0.37 | 0.74 | 0.01 | 30.16 | 0.98 | 0.63 |
| Hex | FD | A0 | 42 | 0 | 25 | 4A | 1 | 1E | 62 | 3F |
| Octal | 375 | 240 | 102 | 0 | 45 | 112 | 1 | 36 | 142 | 77 |
| Binary | 11111101 | 10100000 | 1000010 | 0 | 100101 | 1001010 | 1 | 11110 | 1100010 | 111111 |
Color Harmonies of #FDA042
Complementary color
Monochromatic Colors of #FDA042
Black with #FDA042
Text Example
Text Example
White with #FDA042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA042; }
p { color: rgb(253,160,66); }
H1.HeaderClassName
{
color: #FDA042;
}
.AnyTagClassName
{
color: #FDA042;
}
</style>
background-color css
<style>
a { background-color: #FDA042; }
a { background-color: rgb(253,160,66); }
div.DivClassName
{
background-color: #FDA042;
}
.BgClassName
{
background-color: #FDA042;
}
</style>
border-color css
<style>
span { border-color: #FDA042; }
span { border-color: rgb(253,160,66); }
td.TdClassName
{
border-color: #FDA042;
}
.TagClassName
{
border-color: #FDA042;
}
</style>