Shades of Orange Peel #FE9F06
Tints of Orange Peel #FE9F06
RGB
CMYK
RGB Variations
Color information
#FE9F06 (or 0xFE9F06) is known color: Orange Peel. HEX triplet: FE, 9F and 06. RGB value is (254,159,6). Sum of RGB (Red+Green+Blue) = 254+159+6=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9F06 is #0160F9. Grayscale: #AAAAAA. Windows color (decimal): -90362 or 434174. OLE color: 434174.
HSL color Cylindrical-coordinate representation of color #FE9F06: hue angle of 37.02º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE9F06 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 6 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.00 |
| HSL | 37.02º | 0.99% | 0.51% | - |
| HSV(B) | 37.02º | 0.98% | 1% | - |
| XYZ | 53.3 | 45.88 | 6.22 | - |
| YUV | 169.96 | 35.47 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 6 | 0 | 0.37 | 0.98 | 0.00 | 37.02 | 0.99 | 0.51 |
| Hex | FE | 9F | 6 | 0 | 25 | 62 | 0 | 25 | 63 | 33 |
| Octal | 376 | 237 | 6 | 0 | 45 | 142 | 0 | 45 | 143 | 63 |
| Binary | 11111110 | 10011111 | 110 | 0 | 100101 | 1100010 | 0 | 100101 | 1100011 | 110011 |
Color Harmonies of #FE9F06
Complementary color
Monochromatic Colors of #FE9F06
Black with #FE9F06
Text Example
Text Example
White with #FE9F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F06; }
p { color: rgb(254,159,6); }
H1.HeaderClassName
{
color: #FE9F06;
}
.AnyTagClassName
{
color: #FE9F06;
}
</style>
background-color css
<style>
a { background-color: #FE9F06; }
a { background-color: rgb(254,159,6); }
div.DivClassName
{
background-color: #FE9F06;
}
.BgClassName
{
background-color: #FE9F06;
}
</style>
border-color css
<style>
span { border-color: #FE9F06; }
span { border-color: rgb(254,159,6); }
td.TdClassName
{
border-color: #FE9F06;
}
.TagClassName
{
border-color: #FE9F06;
}
</style>