Shades of Orange Peel #FEA101
Tints of Orange Peel #FEA101
RGB
CMYK
RGB Variations
Color information
#FEA101 (or 0xFEA101) is known color: Orange Peel. HEX triplet: FE, A1 and 01. RGB value is (254,161,1). Sum of RGB (Red+Green+Blue) = 254+161+1=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA101 is #015EFE. Grayscale: #ABABAB. Windows color (decimal): -89855 or 107006. OLE color: 107006.
HSL color Cylindrical-coordinate representation of color #FEA101: hue angle of 37.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEA101 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 1 | - |
| CMYK | 0 | 0.37 | 1.00 | 0.00 |
| HSL | 37.94º | 0.99% | 0.5% | - |
| HSV(B) | 37.94º | 1% | 1% | - |
| XYZ | 53.62 | 46.56 | 6.19 | - |
| YUV | 170.57 | 32.31 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 1 | 0 | 0.37 | 1.00 | 0.00 | 37.94 | 0.99 | 0.5 |
| Hex | FE | A1 | 1 | 0 | 25 | 64 | 0 | 26 | 63 | 32 |
| Octal | 376 | 241 | 1 | 0 | 45 | 144 | 0 | 46 | 143 | 62 |
| Binary | 11111110 | 10100001 | 1 | 0 | 100101 | 1100100 | 0 | 100110 | 1100011 | 110010 |
Color Harmonies of #FEA101
Complementary color
Monochromatic Colors of #FEA101
Black with #FEA101
Text Example
Text Example
White with #FEA101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA101; }
p { color: rgb(254,161,1); }
H1.HeaderClassName
{
color: #FEA101;
}
.AnyTagClassName
{
color: #FEA101;
}
</style>
background-color css
<style>
a { background-color: #FEA101; }
a { background-color: rgb(254,161,1); }
div.DivClassName
{
background-color: #FEA101;
}
.BgClassName
{
background-color: #FEA101;
}
</style>
border-color css
<style>
span { border-color: #FEA101; }
span { border-color: rgb(254,161,1); }
td.TdClassName
{
border-color: #FEA101;
}
.TagClassName
{
border-color: #FEA101;
}
</style>