Shades of Sunshade #FEA146
Tints of Sunshade #FEA146
RGB
CMYK
RGB Variations
Color information
#FEA146 (or 0xFEA146) is known color: Sunshade. HEX triplet: FE, A1 and 46. RGB value is (254,161,70). Sum of RGB (Red+Green+Blue) = 254+161+70=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA146 is #015EB9. Grayscale: #B2B2B2. Windows color (decimal): -89786 or 4628990. OLE color: 4628990.
HSL color Cylindrical-coordinate representation of color #FEA146: hue angle of 29.67º 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 #FEA146 is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 70 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.00 |
| HSL | 29.67º | 0.99% | 0.64% | - |
| HSV(B) | 29.67º | 0.72% | 1% | - |
| XYZ | 54.72 | 47 | 11.98 | - |
| YUV | 178.43 | 66.81 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 70 | 0 | 0.37 | 0.72 | 0.00 | 29.67 | 0.99 | 0.64 |
| Hex | FE | A1 | 46 | 0 | 25 | 48 | 0 | 1E | 63 | 40 |
| Octal | 376 | 241 | 106 | 0 | 45 | 110 | 0 | 36 | 143 | 100 |
| Binary | 11111110 | 10100001 | 1000110 | 0 | 100101 | 1001000 | 0 | 11110 | 1100011 | 1000000 |
Color Harmonies of #FEA146
Complementary color
Monochromatic Colors of #FEA146
Black with #FEA146
Text Example
Text Example
White with #FEA146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA146; }
p { color: rgb(254,161,70); }
H1.HeaderClassName
{
color: #FEA146;
}
.AnyTagClassName
{
color: #FEA146;
}
</style>
background-color css
<style>
a { background-color: #FEA146; }
a { background-color: rgb(254,161,70); }
div.DivClassName
{
background-color: #FEA146;
}
.BgClassName
{
background-color: #FEA146;
}
</style>
border-color css
<style>
span { border-color: #FEA146; }
span { border-color: rgb(254,161,70); }
td.TdClassName
{
border-color: #FEA146;
}
.TagClassName
{
border-color: #FEA146;
}
</style>