Shades of Orange Peel #FEA006
Tints of Orange Peel #FEA006
RGB
CMYK
RGB Variations
Color information
#FEA006 (or 0xFEA006) is known color: Orange Peel. HEX triplet: FE, A0 and 06. RGB value is (254,160,6). Sum of RGB (Red+Green+Blue) = 254+160+6=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA006 is #015FF9. Grayscale: #ABABAB. Windows color (decimal): -90106 or 434430. OLE color: 434430.
HSL color Cylindrical-coordinate representation of color #FEA006: hue angle of 37.26º 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 #FEA006 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 6 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.00 |
| HSL | 37.26º | 0.99% | 0.51% | - |
| HSV(B) | 37.26º | 0.98% | 1% | - |
| XYZ | 53.48 | 46.23 | 6.28 | - |
| YUV | 170.55 | 35.14 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 6 | 0 | 0.37 | 0.98 | 0.00 | 37.26 | 0.99 | 0.51 |
| Hex | FE | A0 | 6 | 0 | 25 | 62 | 0 | 25 | 63 | 33 |
| Octal | 376 | 240 | 6 | 0 | 45 | 142 | 0 | 45 | 143 | 63 |
| Binary | 11111110 | 10100000 | 110 | 0 | 100101 | 1100010 | 0 | 100101 | 1100011 | 110011 |
Color Harmonies of #FEA006
Complementary color
Monochromatic Colors of #FEA006
Black with #FEA006
Text Example
Text Example
White with #FEA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA006; }
p { color: rgb(254,160,6); }
H1.HeaderClassName
{
color: #FEA006;
}
.AnyTagClassName
{
color: #FEA006;
}
</style>
background-color css
<style>
a { background-color: #FEA006; }
a { background-color: rgb(254,160,6); }
div.DivClassName
{
background-color: #FEA006;
}
.BgClassName
{
background-color: #FEA006;
}
</style>
border-color css
<style>
span { border-color: #FEA006; }
span { border-color: rgb(254,160,6); }
td.TdClassName
{
border-color: #FEA006;
}
.TagClassName
{
border-color: #FEA006;
}
</style>