Shades of Sunshade #FEA04C
Tints of Sunshade #FEA04C
RGB
CMYK
RGB Variations
Color information
#FEA04C (or 0xFEA04C) is known color: Sunshade. HEX triplet: FE, A0 and 4C. RGB value is (254,160,76). Sum of RGB (Red+Green+Blue) = 254+160+76=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA04C is #015FB3. Grayscale: #B2B2B2. Windows color (decimal): -90036 or 5021950. OLE color: 5021950.
HSL color Cylindrical-coordinate representation of color #FEA04C: hue angle of 28.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEA04C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 76 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.00 |
| HSL | 28.31º | 0.99% | 0.65% | - |
| HSV(B) | 28.31º | 0.7% | 1% | - |
| XYZ | 54.75 | 46.73 | 12.97 | - |
| YUV | 178.53 | 70.14 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 76 | 0 | 0.37 | 0.70 | 0.00 | 28.31 | 0.99 | 0.65 |
| Hex | FE | A0 | 4C | 0 | 25 | 46 | 0 | 1C | 63 | 41 |
| Octal | 376 | 240 | 114 | 0 | 45 | 106 | 0 | 34 | 143 | 101 |
| Binary | 11111110 | 10100000 | 1001100 | 0 | 100101 | 1000110 | 0 | 11100 | 1100011 | 1000001 |
Color Harmonies of #FEA04C
Complementary color
Monochromatic Colors of #FEA04C
Black with #FEA04C
Text Example
Text Example
White with #FEA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA04C; }
p { color: rgb(254,160,76); }
H1.HeaderClassName
{
color: #FEA04C;
}
.AnyTagClassName
{
color: #FEA04C;
}
</style>
background-color css
<style>
a { background-color: #FEA04C; }
a { background-color: rgb(254,160,76); }
div.DivClassName
{
background-color: #FEA04C;
}
.BgClassName
{
background-color: #FEA04C;
}
</style>
border-color css
<style>
span { border-color: #FEA04C; }
span { border-color: rgb(254,160,76); }
td.TdClassName
{
border-color: #FEA04C;
}
.TagClassName
{
border-color: #FEA04C;
}
</style>