Shades of Orange Peel #FEA008
Tints of Orange Peel #FEA008
RGB
CMYK
RGB Variations
Color information
#FEA008 (or 0xFEA008) is known color: Orange Peel. HEX triplet: FE, A0 and 08. RGB value is (254,160,8). Sum of RGB (Red+Green+Blue) = 254+160+8=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA008 is #015FF7. Grayscale: #ABABAB. Windows color (decimal): -90104 or 565502. OLE color: 565502.
HSL color Cylindrical-coordinate representation of color #FEA008: hue angle of 37.07º 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 #FEA008 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 8 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.00 |
| HSL | 37.07º | 0.99% | 0.51% | - |
| HSV(B) | 37.07º | 0.97% | 1% | - |
| XYZ | 53.49 | 46.23 | 6.33 | - |
| YUV | 170.78 | 36.14 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 8 | 0 | 0.37 | 0.97 | 0.00 | 37.07 | 0.99 | 0.51 |
| Hex | FE | A0 | 8 | 0 | 25 | 61 | 0 | 25 | 63 | 33 |
| Octal | 376 | 240 | 10 | 0 | 45 | 141 | 0 | 45 | 143 | 63 |
| Binary | 11111110 | 10100000 | 1000 | 0 | 100101 | 1100001 | 0 | 100101 | 1100011 | 110011 |
Color Harmonies of #FEA008
Complementary color
Monochromatic Colors of #FEA008
Black with #FEA008
Text Example
Text Example
White with #FEA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA008; }
p { color: rgb(254,160,8); }
H1.HeaderClassName
{
color: #FEA008;
}
.AnyTagClassName
{
color: #FEA008;
}
</style>
background-color css
<style>
a { background-color: #FEA008; }
a { background-color: rgb(254,160,8); }
div.DivClassName
{
background-color: #FEA008;
}
.BgClassName
{
background-color: #FEA008;
}
</style>
border-color css
<style>
span { border-color: #FEA008; }
span { border-color: rgb(254,160,8); }
td.TdClassName
{
border-color: #FEA008;
}
.TagClassName
{
border-color: #FEA008;
}
</style>