Shades of Sunshade #FEA24B
Tints of Sunshade #FEA24B
RGB
CMYK
RGB Variations
Color information
#FEA24B (or 0xFEA24B) is known color: Sunshade. HEX triplet: FE, A2 and 4B. RGB value is (254,162,75). Sum of RGB (Red+Green+Blue) = 254+162+75=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA24B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA24B is #015DB4. Grayscale: #B4B4B4. Windows color (decimal): -89525 or 4956926. OLE color: 4956926.
HSL color Cylindrical-coordinate representation of color #FEA24B: hue angle of 29.16º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEA24B is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 75 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.00 |
| HSL | 29.16º | 0.99% | 0.65% | - |
| HSV(B) | 29.16º | 0.7% | 1% | - |
| XYZ | 55.06 | 47.42 | 12.91 | - |
| YUV | 179.59 | 68.98 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 75 | 0 | 0.36 | 0.70 | 0.00 | 29.16 | 0.99 | 0.65 |
| Hex | FE | A2 | 4B | 0 | 24 | 46 | 0 | 1D | 63 | 41 |
| Octal | 376 | 242 | 113 | 0 | 44 | 106 | 0 | 35 | 143 | 101 |
| Binary | 11111110 | 10100010 | 1001011 | 0 | 100100 | 1000110 | 0 | 11101 | 1100011 | 1000001 |
Color Harmonies of #FEA24B
Complementary color
Monochromatic Colors of #FEA24B
Black with #FEA24B
Text Example
Text Example
White with #FEA24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA24B; }
p { color: rgb(254,162,75); }
H1.HeaderClassName
{
color: #FEA24B;
}
.AnyTagClassName
{
color: #FEA24B;
}
</style>
background-color css
<style>
a { background-color: #FEA24B; }
a { background-color: rgb(254,162,75); }
div.DivClassName
{
background-color: #FEA24B;
}
.BgClassName
{
background-color: #FEA24B;
}
</style>
border-color css
<style>
span { border-color: #FEA24B; }
span { border-color: rgb(254,162,75); }
td.TdClassName
{
border-color: #FEA24B;
}
.TagClassName
{
border-color: #FEA24B;
}
</style>