Shades of Sunshade #FEA446
Tints of Sunshade #FEA446
RGB
CMYK
RGB Variations
Color information
#FEA446 (or 0xFEA446) is known color: Sunshade. HEX triplet: FE, A4 and 46. RGB value is (254,164,70). Sum of RGB (Red+Green+Blue) = 254+164+70=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA446 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA446 is #015BB9. Grayscale: #B4B4B4. Windows color (decimal): -89018 or 4629758. OLE color: 4629758.
HSL color Cylindrical-coordinate representation of color #FEA446: hue angle of 30.65º 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 #FEA446 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 70 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.00 |
| HSL | 30.65º | 0.99% | 0.64% | - |
| HSV(B) | 30.65º | 0.72% | 1% | - |
| XYZ | 55.25 | 48.06 | 12.16 | - |
| YUV | 180.19 | 65.82 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 70 | 0 | 0.35 | 0.72 | 0.00 | 30.65 | 0.99 | 0.64 |
| Hex | FE | A4 | 46 | 0 | 23 | 48 | 0 | 1F | 63 | 40 |
| Octal | 376 | 244 | 106 | 0 | 43 | 110 | 0 | 37 | 143 | 100 |
| Binary | 11111110 | 10100100 | 1000110 | 0 | 100011 | 1001000 | 0 | 11111 | 1100011 | 1000000 |
Color Harmonies of #FEA446
Complementary color
Monochromatic Colors of #FEA446
Black with #FEA446
Text Example
Text Example
White with #FEA446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA446; }
p { color: rgb(254,164,70); }
H1.HeaderClassName
{
color: #FEA446;
}
.AnyTagClassName
{
color: #FEA446;
}
</style>
background-color css
<style>
a { background-color: #FEA446; }
a { background-color: rgb(254,164,70); }
div.DivClassName
{
background-color: #FEA446;
}
.BgClassName
{
background-color: #FEA446;
}
</style>
border-color css
<style>
span { border-color: #FEA446; }
span { border-color: rgb(254,164,70); }
td.TdClassName
{
border-color: #FEA446;
}
.TagClassName
{
border-color: #FEA446;
}
</style>