Shades of Orange Peel #FEA202
Tints of Orange Peel #FEA202
RGB
CMYK
RGB Variations
Color information
#FEA202 (or 0xFEA202) is known color: Orange Peel. HEX triplet: FE, A2 and 02. RGB value is (254,162,2). Sum of RGB (Red+Green+Blue) = 254+162+2=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA202 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA202 is #015DFD. Grayscale: #ACACAC. Windows color (decimal): -89598 or 172798. OLE color: 172798.
HSL color Cylindrical-coordinate representation of color #FEA202: hue angle of 38.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEA202 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.00 |
| HSL | 38.1º | 0.99% | 0.5% | - |
| HSV(B) | 38.1º | 0.99% | 1% | - |
| XYZ | 53.8 | 46.92 | 6.28 | - |
| YUV | 171.27 | 32.48 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 2 | 0 | 0.36 | 0.99 | 0.00 | 38.1 | 0.99 | 0.5 |
| Hex | FE | A2 | 2 | 0 | 24 | 63 | 0 | 26 | 63 | 32 |
| Octal | 376 | 242 | 2 | 0 | 44 | 143 | 0 | 46 | 143 | 62 |
| Binary | 11111110 | 10100010 | 10 | 0 | 100100 | 1100011 | 0 | 100110 | 1100011 | 110010 |
Color Harmonies of #FEA202
Complementary color
Monochromatic Colors of #FEA202
Black with #FEA202
Text Example
Text Example
White with #FEA202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA202; }
p { color: rgb(254,162,2); }
H1.HeaderClassName
{
color: #FEA202;
}
.AnyTagClassName
{
color: #FEA202;
}
</style>
background-color css
<style>
a { background-color: #FEA202; }
a { background-color: rgb(254,162,2); }
div.DivClassName
{
background-color: #FEA202;
}
.BgClassName
{
background-color: #FEA202;
}
</style>
border-color css
<style>
span { border-color: #FEA202; }
span { border-color: rgb(254,162,2); }
td.TdClassName
{
border-color: #FEA202;
}
.TagClassName
{
border-color: #FEA202;
}
</style>