Shades of Orange Peel #FE9E00
Tints of Orange Peel #FE9E00
RGB
CMYK
RGB Variations
Color information
#FE9E00 (or 0xFE9E00) is known color: Orange Peel. HEX triplet: FE, 9E and 00. RGB value is (254,158,0). Sum of RGB (Red+Green+Blue) = 254+158+0=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9E00 is #0161FF. Grayscale: #A9A9A9. Windows color (decimal): -90624 or 40702. OLE color: 40702.
HSL color Cylindrical-coordinate representation of color #FE9E00: hue angle of 37.32º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE9E00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.00 |
| HSL | 37.32º | 1% | 0.5% | - |
| HSV(B) | 37.32º | 1% | 1% | - |
| XYZ | 53.1 | 45.52 | 5.99 | - |
| YUV | 168.69 | 32.8 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 0 | 0 | 0.38 | 1 | 0.00 | 37.32 | 1 | 0.5 |
| Hex | FE | 9E | 0 | 0 | 26 | 64 | 0 | 25 | 64 | 32 |
| Octal | 376 | 236 | 0 | 0 | 46 | 144 | 0 | 45 | 144 | 62 |
| Binary | 11111110 | 10011110 | 0 | 0 | 100110 | 1100100 | 0 | 100101 | 1100100 | 110010 |
Color Harmonies of #FE9E00
Complementary color
Monochromatic Colors of #FE9E00
Black with #FE9E00
Text Example
Text Example
White with #FE9E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E00; }
p { color: rgb(254,158,0); }
H1.HeaderClassName
{
color: #FE9E00;
}
.AnyTagClassName
{
color: #FE9E00;
}
</style>
background-color css
<style>
a { background-color: #FE9E00; }
a { background-color: rgb(254,158,0); }
div.DivClassName
{
background-color: #FE9E00;
}
.BgClassName
{
background-color: #FE9E00;
}
</style>
border-color css
<style>
span { border-color: #FE9E00; }
span { border-color: rgb(254,158,0); }
td.TdClassName
{
border-color: #FE9E00;
}
.TagClassName
{
border-color: #FE9E00;
}
</style>