Shades of Sunshade #FEA240
Tints of Sunshade #FEA240
RGB
CMYK
RGB Variations
Color information
#FEA240 (or 0xFEA240) is known color: Sunshade. HEX triplet: FE, A2 and 40. RGB value is (254,162,64). Sum of RGB (Red+Green+Blue) = 254+162+64=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA240 is #015DBF. Grayscale: #B2B2B2. Windows color (decimal): -89536 or 4236030. OLE color: 4236030.
HSL color Cylindrical-coordinate representation of color #FEA240: hue angle of 30.95º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEA240 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 64 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.00 |
| HSL | 30.95º | 0.99% | 0.62% | - |
| HSV(B) | 30.95º | 0.75% | 1% | - |
| XYZ | 54.72 | 47.28 | 11.09 | - |
| YUV | 178.34 | 63.48 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 64 | 0 | 0.36 | 0.75 | 0.00 | 30.95 | 0.99 | 0.62 |
| Hex | FE | A2 | 40 | 0 | 24 | 4B | 0 | 1F | 63 | 3E |
| Octal | 376 | 242 | 100 | 0 | 44 | 113 | 0 | 37 | 143 | 76 |
| Binary | 11111110 | 10100010 | 1000000 | 0 | 100100 | 1001011 | 0 | 11111 | 1100011 | 111110 |
Color Harmonies of #FEA240
Complementary color
Monochromatic Colors of #FEA240
Black with #FEA240
Text Example
Text Example
White with #FEA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA240; }
p { color: rgb(254,162,64); }
H1.HeaderClassName
{
color: #FEA240;
}
.AnyTagClassName
{
color: #FEA240;
}
</style>
background-color css
<style>
a { background-color: #FEA240; }
a { background-color: rgb(254,162,64); }
div.DivClassName
{
background-color: #FEA240;
}
.BgClassName
{
background-color: #FEA240;
}
</style>
border-color css
<style>
span { border-color: #FEA240; }
span { border-color: rgb(254,162,64); }
td.TdClassName
{
border-color: #FEA240;
}
.TagClassName
{
border-color: #FEA240;
}
</style>