Shades of Peach-Orange #FEC896
Tints of Peach-Orange #FEC896
RGB
CMYK
RGB Variations
Color information
#FEC896 (or 0xFEC896) is known color: Peach-Orange. HEX triplet: FE, C8 and 96. RGB value is (254,200,150). Sum of RGB (Red+Green+Blue) = 254+200+150=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC896 is #013769. Grayscale: #D2D2D2. Windows color (decimal): -79722 or 9881854. OLE color: 9881854.
HSL color Cylindrical-coordinate representation of color #FEC896: hue angle of 28.85º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEC896 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 150 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.00 |
| HSL | 28.85º | 0.98% | 0.79% | - |
| HSV(B) | 28.85º | 0.41% | 1% | - |
| XYZ | 67.03 | 64.58 | 37.79 | - |
| YUV | 210.45 | 93.89 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 150 | 0 | 0.21 | 0.41 | 0.00 | 28.85 | 0.98 | 0.79 |
| Hex | FE | C8 | 96 | 0 | 15 | 29 | 0 | 1D | 62 | 4F |
| Octal | 376 | 310 | 226 | 0 | 25 | 51 | 0 | 35 | 142 | 117 |
| Binary | 11111110 | 11001000 | 10010110 | 0 | 10101 | 101001 | 0 | 11101 | 1100010 | 1001111 |
Color Harmonies of #FEC896
Complementary color
Monochromatic Colors of #FEC896
Black with #FEC896
Text Example
Text Example
White with #FEC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC896; }
p { color: rgb(254,200,150); }
H1.HeaderClassName
{
color: #FEC896;
}
.AnyTagClassName
{
color: #FEC896;
}
</style>
background-color css
<style>
a { background-color: #FEC896; }
a { background-color: rgb(254,200,150); }
div.DivClassName
{
background-color: #FEC896;
}
.BgClassName
{
background-color: #FEC896;
}
</style>
border-color css
<style>
span { border-color: #FEC896; }
span { border-color: rgb(254,200,150); }
td.TdClassName
{
border-color: #FEC896;
}
.TagClassName
{
border-color: #FEC896;
}
</style>