Shades of Sunshade #FEA04B
Tints of Sunshade #FEA04B
RGB
CMYK
RGB Variations
Color information
#FEA04B (or 0xFEA04B) is known color: Sunshade. HEX triplet: FE, A0 and 4B. RGB value is (254,160,75). Sum of RGB (Red+Green+Blue) = 254+160+75=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA04B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA04B is #015FB4. Grayscale: #B2B2B2. Windows color (decimal): -90037 or 4956414. OLE color: 4956414.
HSL color Cylindrical-coordinate representation of color #FEA04B: hue angle of 28.49º 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 #FEA04B is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 75 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.00 |
| HSL | 28.49º | 0.99% | 0.65% | - |
| HSV(B) | 28.49º | 0.7% | 1% | - |
| XYZ | 54.71 | 46.72 | 12.79 | - |
| YUV | 178.42 | 69.64 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 75 | 0 | 0.37 | 0.70 | 0.00 | 28.49 | 0.99 | 0.65 |
| Hex | FE | A0 | 4B | 0 | 25 | 46 | 0 | 1C | 63 | 41 |
| Octal | 376 | 240 | 113 | 0 | 45 | 106 | 0 | 34 | 143 | 101 |
| Binary | 11111110 | 10100000 | 1001011 | 0 | 100101 | 1000110 | 0 | 11100 | 1100011 | 1000001 |
Color Harmonies of #FEA04B
Complementary color
Monochromatic Colors of #FEA04B
Black with #FEA04B
Text Example
Text Example
White with #FEA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA04B; }
p { color: rgb(254,160,75); }
H1.HeaderClassName
{
color: #FEA04B;
}
.AnyTagClassName
{
color: #FEA04B;
}
</style>
background-color css
<style>
a { background-color: #FEA04B; }
a { background-color: rgb(254,160,75); }
div.DivClassName
{
background-color: #FEA04B;
}
.BgClassName
{
background-color: #FEA04B;
}
</style>
border-color css
<style>
span { border-color: #FEA04B; }
span { border-color: rgb(254,160,75); }
td.TdClassName
{
border-color: #FEA04B;
}
.TagClassName
{
border-color: #FEA04B;
}
</style>