Shades of Orange Peel #FE9802
Tints of Orange Peel #FE9802
RGB
CMYK
RGB Variations
Color information
#FE9802 (or 0xFE9802) is known color: Orange Peel. HEX triplet: FE, 98 and 02. RGB value is (254,152,2). Sum of RGB (Red+Green+Blue) = 254+152+2=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9802 is #0167FD. Grayscale: #A6A6A6. Windows color (decimal): -92158 or 170238. OLE color: 170238.
HSL color Cylindrical-coordinate representation of color #FE9802: hue angle of 35.71º 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 #FE9802 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.00 |
| HSL | 35.71º | 0.99% | 0.5% | - |
| HSV(B) | 35.71º | 0.99% | 1% | - |
| XYZ | 52.11 | 43.53 | 5.71 | - |
| YUV | 165.4 | 35.79 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 2 | 0 | 0.40 | 0.99 | 0.00 | 35.71 | 0.99 | 0.5 |
| Hex | FE | 98 | 2 | 0 | 28 | 63 | 0 | 24 | 63 | 32 |
| Octal | 376 | 230 | 2 | 0 | 50 | 143 | 0 | 44 | 143 | 62 |
| Binary | 11111110 | 10011000 | 10 | 0 | 101000 | 1100011 | 0 | 100100 | 1100011 | 110010 |
Color Harmonies of #FE9802
Complementary color
Monochromatic Colors of #FE9802
Black with #FE9802
Text Example
Text Example
White with #FE9802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9802; }
p { color: rgb(254,152,2); }
H1.HeaderClassName
{
color: #FE9802;
}
.AnyTagClassName
{
color: #FE9802;
}
</style>
background-color css
<style>
a { background-color: #FE9802; }
a { background-color: rgb(254,152,2); }
div.DivClassName
{
background-color: #FE9802;
}
.BgClassName
{
background-color: #FE9802;
}
</style>
border-color css
<style>
span { border-color: #FE9802; }
span { border-color: rgb(254,152,2); }
td.TdClassName
{
border-color: #FE9802;
}
.TagClassName
{
border-color: #FE9802;
}
</style>