Shades of Orange Peel #FE980D
Tints of Orange Peel #FE980D
RGB
CMYK
RGB Variations
Color information
#FE980D (or 0xFE980D) is known color: Orange Peel. HEX triplet: FE, 98 and 0D. RGB value is (254,152,13). Sum of RGB (Red+Green+Blue) = 254+152+13=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE980D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE980D is #0167F2. Grayscale: #A7A7A7. Windows color (decimal): -92147 or 891134. OLE color: 891134.
HSL color Cylindrical-coordinate representation of color #FE980D: hue angle of 34.61º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE980D is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 13 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.00 |
| HSL | 34.61º | 0.99% | 0.52% | - |
| HSV(B) | 34.61º | 0.95% | 1% | - |
| XYZ | 52.17 | 43.56 | 6.04 | - |
| YUV | 166.65 | 41.29 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 13 | 0 | 0.40 | 0.95 | 0.00 | 34.61 | 0.99 | 0.52 |
| Hex | FE | 98 | D | 0 | 28 | 5F | 0 | 23 | 63 | 34 |
| Octal | 376 | 230 | 15 | 0 | 50 | 137 | 0 | 43 | 143 | 64 |
| Binary | 11111110 | 10011000 | 1101 | 0 | 101000 | 1011111 | 0 | 100011 | 1100011 | 110100 |
Color Harmonies of #FE980D
Complementary color
Monochromatic Colors of #FE980D
Black with #FE980D
Text Example
Text Example
White with #FE980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE980D; }
p { color: rgb(254,152,13); }
H1.HeaderClassName
{
color: #FE980D;
}
.AnyTagClassName
{
color: #FE980D;
}
</style>
background-color css
<style>
a { background-color: #FE980D; }
a { background-color: rgb(254,152,13); }
div.DivClassName
{
background-color: #FE980D;
}
.BgClassName
{
background-color: #FE980D;
}
</style>
border-color css
<style>
span { border-color: #FE980D; }
span { border-color: rgb(254,152,13); }
td.TdClassName
{
border-color: #FE980D;
}
.TagClassName
{
border-color: #FE980D;
}
</style>