Shades of Sunshade #FEA052
Tints of Sunshade #FEA052
RGB
CMYK
RGB Variations
Color information
#FEA052 (or 0xFEA052) is known color: Sunshade. HEX triplet: FE, A0 and 52. RGB value is (254,160,82). Sum of RGB (Red+Green+Blue) = 254+160+82=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA052 is #015FAD. Grayscale: #B3B3B3. Windows color (decimal): -90030 or 5415166. OLE color: 5415166.
HSL color Cylindrical-coordinate representation of color #FEA052: hue angle of 27.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEA052 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 82 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.00 |
| HSL | 27.21º | 0.99% | 0.66% | - |
| HSV(B) | 27.21º | 0.68% | 1% | - |
| XYZ | 54.97 | 46.82 | 14.12 | - |
| YUV | 179.21 | 73.14 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 82 | 0 | 0.37 | 0.68 | 0.00 | 27.21 | 0.99 | 0.66 |
| Hex | FE | A0 | 52 | 0 | 25 | 44 | 0 | 1B | 63 | 42 |
| Octal | 376 | 240 | 122 | 0 | 45 | 104 | 0 | 33 | 143 | 102 |
| Binary | 11111110 | 10100000 | 1010010 | 0 | 100101 | 1000100 | 0 | 11011 | 1100011 | 1000010 |
Color Harmonies of #FEA052
Complementary color
Monochromatic Colors of #FEA052
Black with #FEA052
Text Example
Text Example
White with #FEA052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA052; }
p { color: rgb(254,160,82); }
H1.HeaderClassName
{
color: #FEA052;
}
.AnyTagClassName
{
color: #FEA052;
}
</style>
background-color css
<style>
a { background-color: #FEA052; }
a { background-color: rgb(254,160,82); }
div.DivClassName
{
background-color: #FEA052;
}
.BgClassName
{
background-color: #FEA052;
}
</style>
border-color css
<style>
span { border-color: #FEA052; }
span { border-color: rgb(254,160,82); }
td.TdClassName
{
border-color: #FEA052;
}
.TagClassName
{
border-color: #FEA052;
}
</style>