Shades of Orange Peel #FE990E
Tints of Orange Peel #FE990E
RGB
CMYK
RGB Variations
Color information
#FE990E (or 0xFE990E) is known color: Orange Peel. HEX triplet: FE, 99 and 0E. RGB value is (254,153,14). Sum of RGB (Red+Green+Blue) = 254+153+14=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE990E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE990E is #0166F1. Grayscale: #A8A8A8. Windows color (decimal): -91890 or 956926. OLE color: 956926.
HSL color Cylindrical-coordinate representation of color #FE990E: hue angle of 34.75º 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 #FE990E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 14 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.00 |
| HSL | 34.75º | 0.99% | 0.53% | - |
| HSV(B) | 34.75º | 0.94% | 1% | - |
| XYZ | 52.34 | 43.89 | 6.13 | - |
| YUV | 167.35 | 41.46 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 14 | 0 | 0.40 | 0.94 | 0.00 | 34.75 | 0.99 | 0.53 |
| Hex | FE | 99 | E | 0 | 28 | 5E | 0 | 23 | 63 | 35 |
| Octal | 376 | 231 | 16 | 0 | 50 | 136 | 0 | 43 | 143 | 65 |
| Binary | 11111110 | 10011001 | 1110 | 0 | 101000 | 1011110 | 0 | 100011 | 1100011 | 110101 |
Color Harmonies of #FE990E
Complementary color
Monochromatic Colors of #FE990E
Black with #FE990E
Text Example
Text Example
White with #FE990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE990E; }
p { color: rgb(254,153,14); }
H1.HeaderClassName
{
color: #FE990E;
}
.AnyTagClassName
{
color: #FE990E;
}
</style>
background-color css
<style>
a { background-color: #FE990E; }
a { background-color: rgb(254,153,14); }
div.DivClassName
{
background-color: #FE990E;
}
.BgClassName
{
background-color: #FE990E;
}
</style>
border-color css
<style>
span { border-color: #FE990E; }
span { border-color: rgb(254,153,14); }
td.TdClassName
{
border-color: #FE990E;
}
.TagClassName
{
border-color: #FE990E;
}
</style>