Shades of Orange Peel #FE980E
Tints of Orange Peel #FE980E
RGB
CMYK
RGB Variations
Color information
#FE980E (or 0xFE980E) is known color: Orange Peel. HEX triplet: FE, 98 and 0E. RGB value is (254,152,14). Sum of RGB (Red+Green+Blue) = 254+152+14=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE980E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE980E is #0167F1. Grayscale: #A7A7A7. Windows color (decimal): -92146 or 956670. OLE color: 956670.
HSL color Cylindrical-coordinate representation of color #FE980E: hue angle of 34.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE980E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 14 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.00 |
| HSL | 34.5º | 0.99% | 0.53% | - |
| HSV(B) | 34.5º | 0.94% | 1% | - |
| XYZ | 52.18 | 43.56 | 6.07 | - |
| YUV | 166.77 | 41.79 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 14 | 0 | 0.40 | 0.94 | 0.00 | 34.5 | 0.99 | 0.53 |
| Hex | FE | 98 | E | 0 | 28 | 5E | 0 | 22 | 63 | 35 |
| Octal | 376 | 230 | 16 | 0 | 50 | 136 | 0 | 42 | 143 | 65 |
| Binary | 11111110 | 10011000 | 1110 | 0 | 101000 | 1011110 | 0 | 100010 | 1100011 | 110101 |
Color Harmonies of #FE980E
Complementary color
Monochromatic Colors of #FE980E
Black with #FE980E
Text Example
Text Example
White with #FE980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE980E; }
p { color: rgb(254,152,14); }
H1.HeaderClassName
{
color: #FE980E;
}
.AnyTagClassName
{
color: #FE980E;
}
</style>
background-color css
<style>
a { background-color: #FE980E; }
a { background-color: rgb(254,152,14); }
div.DivClassName
{
background-color: #FE980E;
}
.BgClassName
{
background-color: #FE980E;
}
</style>
border-color css
<style>
span { border-color: #FE980E; }
span { border-color: rgb(254,152,14); }
td.TdClassName
{
border-color: #FE980E;
}
.TagClassName
{
border-color: #FE980E;
}
</style>