Shades of Sunshade #FEA045
Tints of Sunshade #FEA045
RGB
CMYK
RGB Variations
Color information
#FEA045 (or 0xFEA045) is known color: Sunshade. HEX triplet: FE, A0 and 45. RGB value is (254,160,69). Sum of RGB (Red+Green+Blue) = 254+160+69=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA045 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA045 is #015FBA. Grayscale: #B2B2B2. Windows color (decimal): -90043 or 4563198. OLE color: 4563198.
HSL color Cylindrical-coordinate representation of color #FEA045: hue angle of 29.51º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEA045 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 69 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.00 |
| HSL | 29.51º | 0.99% | 0.63% | - |
| HSV(B) | 29.51º | 0.73% | 1% | - |
| XYZ | 54.52 | 46.64 | 11.76 | - |
| YUV | 177.73 | 66.64 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 69 | 0 | 0.37 | 0.73 | 0.00 | 29.51 | 0.99 | 0.63 |
| Hex | FE | A0 | 45 | 0 | 25 | 49 | 0 | 1E | 63 | 3F |
| Octal | 376 | 240 | 105 | 0 | 45 | 111 | 0 | 36 | 143 | 77 |
| Binary | 11111110 | 10100000 | 1000101 | 0 | 100101 | 1001001 | 0 | 11110 | 1100011 | 111111 |
Color Harmonies of #FEA045
Complementary color
Monochromatic Colors of #FEA045
Black with #FEA045
Text Example
Text Example
White with #FEA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA045; }
p { color: rgb(254,160,69); }
H1.HeaderClassName
{
color: #FEA045;
}
.AnyTagClassName
{
color: #FEA045;
}
</style>
background-color css
<style>
a { background-color: #FEA045; }
a { background-color: rgb(254,160,69); }
div.DivClassName
{
background-color: #FEA045;
}
.BgClassName
{
background-color: #FEA045;
}
</style>
border-color css
<style>
span { border-color: #FEA045; }
span { border-color: rgb(254,160,69); }
td.TdClassName
{
border-color: #FEA045;
}
.TagClassName
{
border-color: #FEA045;
}
</style>