Shades of Sunshade #FEA047
Tints of Sunshade #FEA047
RGB
CMYK
RGB Variations
Color information
#FEA047 (or 0xFEA047) is known color: Sunshade. HEX triplet: FE, A0 and 47. RGB value is (254,160,71). Sum of RGB (Red+Green+Blue) = 254+160+71=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 71 (28.12% from 255 or 14.64% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA047 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA047 is #015FB8. Grayscale: #B2B2B2. Windows color (decimal): -90041 or 4694270. OLE color: 4694270.
HSL color Cylindrical-coordinate representation of color #FEA047: hue angle of 29.18º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEA047 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 71 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.00 |
| HSL | 29.18º | 0.99% | 0.64% | - |
| HSV(B) | 29.18º | 0.72% | 1% | - |
| XYZ | 54.58 | 46.67 | 12.09 | - |
| YUV | 177.96 | 67.64 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 71 | 0 | 0.37 | 0.72 | 0.00 | 29.18 | 0.99 | 0.64 |
| Hex | FE | A0 | 47 | 0 | 25 | 48 | 0 | 1D | 63 | 40 |
| Octal | 376 | 240 | 107 | 0 | 45 | 110 | 0 | 35 | 143 | 100 |
| Binary | 11111110 | 10100000 | 1000111 | 0 | 100101 | 1001000 | 0 | 11101 | 1100011 | 1000000 |
Color Harmonies of #FEA047
Complementary color
Monochromatic Colors of #FEA047
Black with #FEA047
Text Example
Text Example
White with #FEA047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA047; }
p { color: rgb(254,160,71); }
H1.HeaderClassName
{
color: #FEA047;
}
.AnyTagClassName
{
color: #FEA047;
}
</style>
background-color css
<style>
a { background-color: #FEA047; }
a { background-color: rgb(254,160,71); }
div.DivClassName
{
background-color: #FEA047;
}
.BgClassName
{
background-color: #FEA047;
}
</style>
border-color css
<style>
span { border-color: #FEA047; }
span { border-color: rgb(254,160,71); }
td.TdClassName
{
border-color: #FEA047;
}
.TagClassName
{
border-color: #FEA047;
}
</style>