Shades of Sunshade #FEA64E
Tints of Sunshade #FEA64E
RGB
CMYK
RGB Variations
Color information
#FEA64E (or 0xFEA64E) is known color: Sunshade. HEX triplet: FE, A6 and 4E. RGB value is (254,166,78). Sum of RGB (Red+Green+Blue) = 254+166+78=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA64E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA64E is #0159B1. Grayscale: #B6B6B6. Windows color (decimal): -88498 or 5154558. OLE color: 5154558.
HSL color Cylindrical-coordinate representation of color #FEA64E: hue angle of 30º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEA64E is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 78 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.00 |
| HSL | 30º | 0.99% | 0.65% | - |
| HSV(B) | 30º | 0.69% | 1% | - |
| XYZ | 55.88 | 48.89 | 13.7 | - |
| YUV | 182.28 | 69.15 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 78 | 0 | 0.35 | 0.69 | 0.00 | 30 | 0.99 | 0.65 |
| Hex | FE | A6 | 4E | 0 | 23 | 45 | 0 | 1E | 63 | 41 |
| Octal | 376 | 246 | 116 | 0 | 43 | 105 | 0 | 36 | 143 | 101 |
| Binary | 11111110 | 10100110 | 1001110 | 0 | 100011 | 1000101 | 0 | 11110 | 1100011 | 1000001 |
Color Harmonies of #FEA64E
Complementary color
Monochromatic Colors of #FEA64E
Black with #FEA64E
Text Example
Text Example
White with #FEA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA64E; }
p { color: rgb(254,166,78); }
H1.HeaderClassName
{
color: #FEA64E;
}
.AnyTagClassName
{
color: #FEA64E;
}
</style>
background-color css
<style>
a { background-color: #FEA64E; }
a { background-color: rgb(254,166,78); }
div.DivClassName
{
background-color: #FEA64E;
}
.BgClassName
{
background-color: #FEA64E;
}
</style>
border-color css
<style>
span { border-color: #FEA64E; }
span { border-color: rgb(254,166,78); }
td.TdClassName
{
border-color: #FEA64E;
}
.TagClassName
{
border-color: #FEA64E;
}
</style>