Shades of Sunshade #FEA241
Tints of Sunshade #FEA241
RGB
CMYK
RGB Variations
Color information
#FEA241 (or 0xFEA241) is known color: Sunshade. HEX triplet: FE, A2 and 41. RGB value is (254,162,65). Sum of RGB (Red+Green+Blue) = 254+162+65=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA241 is #015DBE. Grayscale: #B2B2B2. Windows color (decimal): -89535 or 4301566. OLE color: 4301566.
HSL color Cylindrical-coordinate representation of color #FEA241: hue angle of 30.79º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEA241 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 65 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.00 |
| HSL | 30.79º | 0.99% | 0.63% | - |
| HSV(B) | 30.79º | 0.74% | 1% | - |
| XYZ | 54.75 | 47.29 | 11.24 | - |
| YUV | 178.45 | 63.98 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 65 | 0 | 0.36 | 0.74 | 0.00 | 30.79 | 0.99 | 0.63 |
| Hex | FE | A2 | 41 | 0 | 24 | 4A | 0 | 1F | 63 | 3F |
| Octal | 376 | 242 | 101 | 0 | 44 | 112 | 0 | 37 | 143 | 77 |
| Binary | 11111110 | 10100010 | 1000001 | 0 | 100100 | 1001010 | 0 | 11111 | 1100011 | 111111 |
Color Harmonies of #FEA241
Complementary color
Monochromatic Colors of #FEA241
Black with #FEA241
Text Example
Text Example
White with #FEA241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA241; }
p { color: rgb(254,162,65); }
H1.HeaderClassName
{
color: #FEA241;
}
.AnyTagClassName
{
color: #FEA241;
}
</style>
background-color css
<style>
a { background-color: #FEA241; }
a { background-color: rgb(254,162,65); }
div.DivClassName
{
background-color: #FEA241;
}
.BgClassName
{
background-color: #FEA241;
}
</style>
border-color css
<style>
span { border-color: #FEA241; }
span { border-color: rgb(254,162,65); }
td.TdClassName
{
border-color: #FEA241;
}
.TagClassName
{
border-color: #FEA241;
}
</style>