Shades of Sunshade #FEA053
Tints of Sunshade #FEA053
RGB
CMYK
RGB Variations
Color information
#FEA053 (or 0xFEA053) is known color: Sunshade. HEX triplet: FE, A0 and 53. RGB value is (254,160,83). Sum of RGB (Red+Green+Blue) = 254+160+83=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA053 is #015FAC. Grayscale: #B3B3B3. Windows color (decimal): -90029 or 5480702. OLE color: 5480702.
HSL color Cylindrical-coordinate representation of color #FEA053: hue angle of 27.02º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEA053 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 83 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.00 |
| HSL | 27.02º | 0.99% | 0.66% | - |
| HSV(B) | 27.02º | 0.67% | 1% | - |
| XYZ | 55.01 | 46.84 | 14.32 | - |
| YUV | 179.33 | 73.64 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 83 | 0 | 0.37 | 0.67 | 0.00 | 27.02 | 0.99 | 0.66 |
| Hex | FE | A0 | 53 | 0 | 25 | 43 | 0 | 1B | 63 | 42 |
| Octal | 376 | 240 | 123 | 0 | 45 | 103 | 0 | 33 | 143 | 102 |
| Binary | 11111110 | 10100000 | 1010011 | 0 | 100101 | 1000011 | 0 | 11011 | 1100011 | 1000010 |
Color Harmonies of #FEA053
Complementary color
Monochromatic Colors of #FEA053
Black with #FEA053
Text Example
Text Example
White with #FEA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA053; }
p { color: rgb(254,160,83); }
H1.HeaderClassName
{
color: #FEA053;
}
.AnyTagClassName
{
color: #FEA053;
}
</style>
background-color css
<style>
a { background-color: #FEA053; }
a { background-color: rgb(254,160,83); }
div.DivClassName
{
background-color: #FEA053;
}
.BgClassName
{
background-color: #FEA053;
}
</style>
border-color css
<style>
span { border-color: #FEA053; }
span { border-color: rgb(254,160,83); }
td.TdClassName
{
border-color: #FEA053;
}
.TagClassName
{
border-color: #FEA053;
}
</style>