Shades of Orange Peel #FE980A
Tints of Orange Peel #FE980A
RGB
CMYK
RGB Variations
Color information
#FE980A (or 0xFE980A) is known color: Orange Peel. HEX triplet: FE, 98 and 0A. RGB value is (254,152,10). Sum of RGB (Red+Green+Blue) = 254+152+10=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE980A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE980A is #0167F5. Grayscale: #A6A6A6. Windows color (decimal): -92150 or 694526. OLE color: 694526.
HSL color Cylindrical-coordinate representation of color #FE980A: hue angle of 34.92º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE980A is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 10 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.00 |
| HSL | 34.92º | 0.99% | 0.52% | - |
| HSV(B) | 34.92º | 0.96% | 1% | - |
| XYZ | 52.16 | 43.55 | 5.94 | - |
| YUV | 166.31 | 39.79 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 10 | 0 | 0.40 | 0.96 | 0.00 | 34.92 | 0.99 | 0.52 |
| Hex | FE | 98 | A | 0 | 28 | 60 | 0 | 23 | 63 | 34 |
| Octal | 376 | 230 | 12 | 0 | 50 | 140 | 0 | 43 | 143 | 64 |
| Binary | 11111110 | 10011000 | 1010 | 0 | 101000 | 1100000 | 0 | 100011 | 1100011 | 110100 |
Color Harmonies of #FE980A
Complementary color
Monochromatic Colors of #FE980A
Black with #FE980A
Text Example
Text Example
White with #FE980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE980A; }
p { color: rgb(254,152,10); }
H1.HeaderClassName
{
color: #FE980A;
}
.AnyTagClassName
{
color: #FE980A;
}
</style>
background-color css
<style>
a { background-color: #FE980A; }
a { background-color: rgb(254,152,10); }
div.DivClassName
{
background-color: #FE980A;
}
.BgClassName
{
background-color: #FE980A;
}
</style>
border-color css
<style>
span { border-color: #FE980A; }
span { border-color: rgb(254,152,10); }
td.TdClassName
{
border-color: #FE980A;
}
.TagClassName
{
border-color: #FE980A;
}
</style>