Shades of Sunshade #FEA155
Tints of Sunshade #FEA155
RGB
CMYK
RGB Variations
Color information
#FEA155 (or 0xFEA155) is known color: Sunshade. HEX triplet: FE, A1 and 55. RGB value is (254,161,85). Sum of RGB (Red+Green+Blue) = 254+161+85=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA155 is #015EAA. Grayscale: #B4B4B4. Windows color (decimal): -89771 or 5612030. OLE color: 5612030.
HSL color Cylindrical-coordinate representation of color #FEA155: hue angle of 26.98º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEA155 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 85 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.00 |
| HSL | 26.98º | 0.99% | 0.66% | - |
| HSV(B) | 26.98º | 0.67% | 1% | - |
| XYZ | 55.26 | 47.22 | 14.8 | - |
| YUV | 180.14 | 74.31 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 85 | 0 | 0.37 | 0.67 | 0.00 | 26.98 | 0.99 | 0.66 |
| Hex | FE | A1 | 55 | 0 | 25 | 43 | 0 | 1B | 63 | 42 |
| Octal | 376 | 241 | 125 | 0 | 45 | 103 | 0 | 33 | 143 | 102 |
| Binary | 11111110 | 10100001 | 1010101 | 0 | 100101 | 1000011 | 0 | 11011 | 1100011 | 1000010 |
Color Harmonies of #FEA155
Complementary color
Monochromatic Colors of #FEA155
Black with #FEA155
Text Example
Text Example
White with #FEA155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA155; }
p { color: rgb(254,161,85); }
H1.HeaderClassName
{
color: #FEA155;
}
.AnyTagClassName
{
color: #FEA155;
}
</style>
background-color css
<style>
a { background-color: #FEA155; }
a { background-color: rgb(254,161,85); }
div.DivClassName
{
background-color: #FEA155;
}
.BgClassName
{
background-color: #FEA155;
}
</style>
border-color css
<style>
span { border-color: #FEA155; }
span { border-color: rgb(254,161,85); }
td.TdClassName
{
border-color: #FEA155;
}
.TagClassName
{
border-color: #FEA155;
}
</style>