Shades of Orange Peel #FEA204
Tints of Orange Peel #FEA204
RGB
CMYK
RGB Variations
Color information
#FEA204 (or 0xFEA204) is known color: Orange Peel. HEX triplet: FE, A2 and 04. RGB value is (254,162,4). Sum of RGB (Red+Green+Blue) = 254+162+4=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA204 is #015DFB. Grayscale: #ACACAC. Windows color (decimal): -89596 or 303870. OLE color: 303870.
HSL color Cylindrical-coordinate representation of color #FEA204: hue angle of 37.92º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEA204 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.00 |
| HSL | 37.92º | 0.99% | 0.51% | - |
| HSV(B) | 37.92º | 0.98% | 1% | - |
| XYZ | 53.82 | 46.92 | 6.34 | - |
| YUV | 171.5 | 33.48 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 4 | 0 | 0.36 | 0.98 | 0.00 | 37.92 | 0.99 | 0.51 |
| Hex | FE | A2 | 4 | 0 | 24 | 62 | 0 | 26 | 63 | 33 |
| Octal | 376 | 242 | 4 | 0 | 44 | 142 | 0 | 46 | 143 | 63 |
| Binary | 11111110 | 10100010 | 100 | 0 | 100100 | 1100010 | 0 | 100110 | 1100011 | 110011 |
Color Harmonies of #FEA204
Complementary color
Monochromatic Colors of #FEA204
Black with #FEA204
Text Example
Text Example
White with #FEA204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA204; }
p { color: rgb(254,162,4); }
H1.HeaderClassName
{
color: #FEA204;
}
.AnyTagClassName
{
color: #FEA204;
}
</style>
background-color css
<style>
a { background-color: #FEA204; }
a { background-color: rgb(254,162,4); }
div.DivClassName
{
background-color: #FEA204;
}
.BgClassName
{
background-color: #FEA204;
}
</style>
border-color css
<style>
span { border-color: #FEA204; }
span { border-color: rgb(254,162,4); }
td.TdClassName
{
border-color: #FEA204;
}
.TagClassName
{
border-color: #FEA204;
}
</style>