Shades of Orange Peel #FEA102
Tints of Orange Peel #FEA102
RGB
CMYK
RGB Variations
Color information
#FEA102 (or 0xFEA102) is known color: Orange Peel. HEX triplet: FE, A1 and 02. RGB value is (254,161,2). Sum of RGB (Red+Green+Blue) = 254+161+2=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA102 is #015EFD. Grayscale: #ABABAB. Windows color (decimal): -89854 or 172542. OLE color: 172542.
HSL color Cylindrical-coordinate representation of color #FEA102: hue angle of 37.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEA102 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.00 |
| HSL | 37.86º | 0.99% | 0.5% | - |
| HSV(B) | 37.86º | 0.99% | 1% | - |
| XYZ | 53.63 | 46.56 | 6.22 | - |
| YUV | 170.68 | 32.81 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 2 | 0 | 0.37 | 0.99 | 0.00 | 37.86 | 0.99 | 0.5 |
| Hex | FE | A1 | 2 | 0 | 25 | 63 | 0 | 26 | 63 | 32 |
| Octal | 376 | 241 | 2 | 0 | 45 | 143 | 0 | 46 | 143 | 62 |
| Binary | 11111110 | 10100001 | 10 | 0 | 100101 | 1100011 | 0 | 100110 | 1100011 | 110010 |
Color Harmonies of #FEA102
Complementary color
Monochromatic Colors of #FEA102
Black with #FEA102
Text Example
Text Example
White with #FEA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA102; }
p { color: rgb(254,161,2); }
H1.HeaderClassName
{
color: #FEA102;
}
.AnyTagClassName
{
color: #FEA102;
}
</style>
background-color css
<style>
a { background-color: #FEA102; }
a { background-color: rgb(254,161,2); }
div.DivClassName
{
background-color: #FEA102;
}
.BgClassName
{
background-color: #FEA102;
}
</style>
border-color css
<style>
span { border-color: #FEA102; }
span { border-color: rgb(254,161,2); }
td.TdClassName
{
border-color: #FEA102;
}
.TagClassName
{
border-color: #FEA102;
}
</style>