Shades of Orange Peel #FEA007
Tints of Orange Peel #FEA007
RGB
CMYK
RGB Variations
Color information
#FEA007 (or 0xFEA007) is known color: Orange Peel. HEX triplet: FE, A0 and 07. RGB value is (254,160,7). Sum of RGB (Red+Green+Blue) = 254+160+7=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA007 is #015FF8. Grayscale: #ABABAB. Windows color (decimal): -90105 or 499966. OLE color: 499966.
HSL color Cylindrical-coordinate representation of color #FEA007: hue angle of 37.17º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEA007 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.00 |
| HSL | 37.17º | 0.99% | 0.51% | - |
| HSV(B) | 37.17º | 0.97% | 1% | - |
| XYZ | 53.48 | 46.23 | 6.31 | - |
| YUV | 170.66 | 35.64 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 7 | 0 | 0.37 | 0.97 | 0.00 | 37.17 | 0.99 | 0.51 |
| Hex | FE | A0 | 7 | 0 | 25 | 61 | 0 | 25 | 63 | 33 |
| Octal | 376 | 240 | 7 | 0 | 45 | 141 | 0 | 45 | 143 | 63 |
| Binary | 11111110 | 10100000 | 111 | 0 | 100101 | 1100001 | 0 | 100101 | 1100011 | 110011 |
Color Harmonies of #FEA007
Complementary color
Monochromatic Colors of #FEA007
Black with #FEA007
Text Example
Text Example
White with #FEA007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA007; }
p { color: rgb(254,160,7); }
H1.HeaderClassName
{
color: #FEA007;
}
.AnyTagClassName
{
color: #FEA007;
}
</style>
background-color css
<style>
a { background-color: #FEA007; }
a { background-color: rgb(254,160,7); }
div.DivClassName
{
background-color: #FEA007;
}
.BgClassName
{
background-color: #FEA007;
}
</style>
border-color css
<style>
span { border-color: #FEA007; }
span { border-color: rgb(254,160,7); }
td.TdClassName
{
border-color: #FEA007;
}
.TagClassName
{
border-color: #FEA007;
}
</style>