Shades of Orange Peel #FEA000
Tints of Orange Peel #FEA000
RGB
CMYK
RGB Variations
Color information
#FEA000 (or 0xFEA000) is known color: Orange Peel. HEX triplet: FE, A0 and 00. RGB value is (254,160,0). Sum of RGB (Red+Green+Blue) = 254+160+0=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA000 is #015FFF. Grayscale: #AAAAAA. Windows color (decimal): -90112 or 41214. OLE color: 41214.
HSL color Cylindrical-coordinate representation of color #FEA000: hue angle of 37.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEA000 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.00 |
| HSL | 37.8º | 1% | 0.5% | - |
| HSV(B) | 37.8º | 1% | 1% | - |
| XYZ | 53.44 | 46.21 | 6.1 | - |
| YUV | 169.87 | 32.14 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 0 | 0 | 0.37 | 1 | 0.00 | 37.8 | 1 | 0.5 |
| Hex | FE | A0 | 0 | 0 | 25 | 64 | 0 | 26 | 64 | 32 |
| Octal | 376 | 240 | 0 | 0 | 45 | 144 | 0 | 46 | 144 | 62 |
| Binary | 11111110 | 10100000 | 0 | 0 | 100101 | 1100100 | 0 | 100110 | 1100100 | 110010 |
Color Harmonies of #FEA000
Complementary color
Monochromatic Colors of #FEA000
Black with #FEA000
Text Example
Text Example
White with #FEA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA000; }
p { color: rgb(254,160,0); }
H1.HeaderClassName
{
color: #FEA000;
}
.AnyTagClassName
{
color: #FEA000;
}
</style>
background-color css
<style>
a { background-color: #FEA000; }
a { background-color: rgb(254,160,0); }
div.DivClassName
{
background-color: #FEA000;
}
.BgClassName
{
background-color: #FEA000;
}
</style>
border-color css
<style>
span { border-color: #FEA000; }
span { border-color: rgb(254,160,0); }
td.TdClassName
{
border-color: #FEA000;
}
.TagClassName
{
border-color: #FEA000;
}
</style>