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