Shades of Peach-Orange #FEC895
Tints of Peach-Orange #FEC895
RGB
CMYK
RGB Variations
Color information
#FEC895 (or 0xFEC895) is known color: Peach-Orange. HEX triplet: FE, C8 and 95. RGB value is (254,200,149). Sum of RGB (Red+Green+Blue) = 254+200+149=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC895 is #01376A. Grayscale: #D2D2D2. Windows color (decimal): -79723 or 9816318. OLE color: 9816318.
HSL color Cylindrical-coordinate representation of color #FEC895: hue angle of 29.14º 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 #FEC895 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 149 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.00 |
| HSL | 29.14º | 0.98% | 0.79% | - |
| HSV(B) | 29.14º | 0.41% | 1% | - |
| XYZ | 66.95 | 64.55 | 37.36 | - |
| YUV | 210.33 | 93.39 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 149 | 0 | 0.21 | 0.41 | 0.00 | 29.14 | 0.98 | 0.79 |
| Hex | FE | C8 | 95 | 0 | 15 | 29 | 0 | 1D | 62 | 4F |
| Octal | 376 | 310 | 225 | 0 | 25 | 51 | 0 | 35 | 142 | 117 |
| Binary | 11111110 | 11001000 | 10010101 | 0 | 10101 | 101001 | 0 | 11101 | 1100010 | 1001111 |
Color Harmonies of #FEC895
Complementary color
Monochromatic Colors of #FEC895
Black with #FEC895
Text Example
Text Example
White with #FEC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC895; }
p { color: rgb(254,200,149); }
H1.HeaderClassName
{
color: #FEC895;
}
.AnyTagClassName
{
color: #FEC895;
}
</style>
background-color css
<style>
a { background-color: #FEC895; }
a { background-color: rgb(254,200,149); }
div.DivClassName
{
background-color: #FEC895;
}
.BgClassName
{
background-color: #FEC895;
}
</style>
border-color css
<style>
span { border-color: #FEC895; }
span { border-color: rgb(254,200,149); }
td.TdClassName
{
border-color: #FEC895;
}
.TagClassName
{
border-color: #FEC895;
}
</style>