Shades of Orange Peel #FE9807
Tints of Orange Peel #FE9807
RGB
CMYK
RGB Variations
Color information
#FE9807 (or 0xFE9807) is known color: Orange Peel. HEX triplet: FE, 98 and 07. RGB value is (254,152,7). Sum of RGB (Red+Green+Blue) = 254+152+7=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 7 (3.12% from 255 or 1.69% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9807 is #0167F8. Grayscale: #A6A6A6. Windows color (decimal): -92153 or 497918. OLE color: 497918.
HSL color Cylindrical-coordinate representation of color #FE9807: hue angle of 35.22º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE9807 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 7 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.00 |
| HSL | 35.22º | 0.99% | 0.51% | - |
| HSV(B) | 35.22º | 0.97% | 1% | - |
| XYZ | 52.14 | 43.54 | 5.86 | - |
| YUV | 165.97 | 38.29 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 7 | 0 | 0.40 | 0.97 | 0.00 | 35.22 | 0.99 | 0.51 |
| Hex | FE | 98 | 7 | 0 | 28 | 61 | 0 | 23 | 63 | 33 |
| Octal | 376 | 230 | 7 | 0 | 50 | 141 | 0 | 43 | 143 | 63 |
| Binary | 11111110 | 10011000 | 111 | 0 | 101000 | 1100001 | 0 | 100011 | 1100011 | 110011 |
Color Harmonies of #FE9807
Complementary color
Monochromatic Colors of #FE9807
Black with #FE9807
Text Example
Text Example
White with #FE9807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9807; }
p { color: rgb(254,152,7); }
H1.HeaderClassName
{
color: #FE9807;
}
.AnyTagClassName
{
color: #FE9807;
}
</style>
background-color css
<style>
a { background-color: #FE9807; }
a { background-color: rgb(254,152,7); }
div.DivClassName
{
background-color: #FE9807;
}
.BgClassName
{
background-color: #FE9807;
}
</style>
border-color css
<style>
span { border-color: #FE9807; }
span { border-color: rgb(254,152,7); }
td.TdClassName
{
border-color: #FE9807;
}
.TagClassName
{
border-color: #FE9807;
}
</style>