Shades of Orange Peel #FE9600
Tints of Orange Peel #FE9600
RGB
CMYK
RGB Variations
Color information
#FE9600 (or 0xFE9600) is known color: Orange Peel. HEX triplet: FE, 96 and 00. RGB value is (254,150,0). Sum of RGB (Red+Green+Blue) = 254+150+0=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9600 is #0169FF. Grayscale: #A4A4A4. Windows color (decimal): -92672 or 38654. OLE color: 38654.
HSL color Cylindrical-coordinate representation of color #FE9600: hue angle of 35.43º 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 #FE9600 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.00 |
| HSL | 35.43º | 1% | 0.5% | - |
| HSV(B) | 35.43º | 1% | 1% | - |
| XYZ | 51.78 | 42.88 | 5.55 | - |
| YUV | 164 | 35.46 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 0 | 0 | 0.41 | 1 | 0.00 | 35.43 | 1 | 0.5 |
| Hex | FE | 96 | 0 | 0 | 29 | 64 | 0 | 23 | 64 | 32 |
| Octal | 376 | 226 | 0 | 0 | 51 | 144 | 0 | 43 | 144 | 62 |
| Binary | 11111110 | 10010110 | 0 | 0 | 101001 | 1100100 | 0 | 100011 | 1100100 | 110010 |
Color Harmonies of #FE9600
Complementary color
Monochromatic Colors of #FE9600
Black with #FE9600
Text Example
Text Example
White with #FE9600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9600; }
p { color: rgb(254,150,0); }
H1.HeaderClassName
{
color: #FE9600;
}
.AnyTagClassName
{
color: #FE9600;
}
</style>
background-color css
<style>
a { background-color: #FE9600; }
a { background-color: rgb(254,150,0); }
div.DivClassName
{
background-color: #FE9600;
}
.BgClassName
{
background-color: #FE9600;
}
</style>
border-color css
<style>
span { border-color: #FE9600; }
span { border-color: rgb(254,150,0); }
td.TdClassName
{
border-color: #FE9600;
}
.TagClassName
{
border-color: #FE9600;
}
</style>