Shades of Sunshade #FEA048
Tints of Sunshade #FEA048
RGB
CMYK
RGB Variations
Color information
#FEA048 (or 0xFEA048) is known color: Sunshade. HEX triplet: FE, A0 and 48. RGB value is (254,160,72). Sum of RGB (Red+Green+Blue) = 254+160+72=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA048 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA048 is #015FB7. Grayscale: #B2B2B2. Windows color (decimal): -90040 or 4759806. OLE color: 4759806.
HSL color Cylindrical-coordinate representation of color #FEA048: hue angle of 29.01º 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 #FEA048 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 72 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.00 |
| HSL | 29.01º | 0.99% | 0.64% | - |
| HSV(B) | 29.01º | 0.72% | 1% | - |
| XYZ | 54.61 | 46.68 | 12.26 | - |
| YUV | 178.07 | 68.14 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 72 | 0 | 0.37 | 0.72 | 0.00 | 29.01 | 0.99 | 0.64 |
| Hex | FE | A0 | 48 | 0 | 25 | 48 | 0 | 1D | 63 | 40 |
| Octal | 376 | 240 | 110 | 0 | 45 | 110 | 0 | 35 | 143 | 100 |
| Binary | 11111110 | 10100000 | 1001000 | 0 | 100101 | 1001000 | 0 | 11101 | 1100011 | 1000000 |
Color Harmonies of #FEA048
Complementary color
Monochromatic Colors of #FEA048
Black with #FEA048
Text Example
Text Example
White with #FEA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA048; }
p { color: rgb(254,160,72); }
H1.HeaderClassName
{
color: #FEA048;
}
.AnyTagClassName
{
color: #FEA048;
}
</style>
background-color css
<style>
a { background-color: #FEA048; }
a { background-color: rgb(254,160,72); }
div.DivClassName
{
background-color: #FEA048;
}
.BgClassName
{
background-color: #FEA048;
}
</style>
border-color css
<style>
span { border-color: #FEA048; }
span { border-color: rgb(254,160,72); }
td.TdClassName
{
border-color: #FEA048;
}
.TagClassName
{
border-color: #FEA048;
}
</style>