Shades of Sunshade #FEA24A
Tints of Sunshade #FEA24A
RGB
CMYK
RGB Variations
Color information
#FEA24A (or 0xFEA24A) is known color: Sunshade. HEX triplet: FE, A2 and 4A. RGB value is (254,162,74). Sum of RGB (Red+Green+Blue) = 254+162+74=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA24A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA24A is #015DB5. Grayscale: #B3B3B3. Windows color (decimal): -89526 or 4891390. OLE color: 4891390.
HSL color Cylindrical-coordinate representation of color #FEA24A: hue angle of 29.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEA24A is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 74 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.00 |
| HSL | 29.33º | 0.99% | 0.64% | - |
| HSV(B) | 29.33º | 0.71% | 1% | - |
| XYZ | 55.03 | 47.41 | 12.73 | - |
| YUV | 179.48 | 68.48 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 74 | 0 | 0.36 | 0.71 | 0.00 | 29.33 | 0.99 | 0.64 |
| Hex | FE | A2 | 4A | 0 | 24 | 47 | 0 | 1D | 63 | 40 |
| Octal | 376 | 242 | 112 | 0 | 44 | 107 | 0 | 35 | 143 | 100 |
| Binary | 11111110 | 10100010 | 1001010 | 0 | 100100 | 1000111 | 0 | 11101 | 1100011 | 1000000 |
Color Harmonies of #FEA24A
Complementary color
Monochromatic Colors of #FEA24A
Black with #FEA24A
Text Example
Text Example
White with #FEA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA24A; }
p { color: rgb(254,162,74); }
H1.HeaderClassName
{
color: #FEA24A;
}
.AnyTagClassName
{
color: #FEA24A;
}
</style>
background-color css
<style>
a { background-color: #FEA24A; }
a { background-color: rgb(254,162,74); }
div.DivClassName
{
background-color: #FEA24A;
}
.BgClassName
{
background-color: #FEA24A;
}
</style>
border-color css
<style>
span { border-color: #FEA24A; }
span { border-color: rgb(254,162,74); }
td.TdClassName
{
border-color: #FEA24A;
}
.TagClassName
{
border-color: #FEA24A;
}
</style>