Shades of Peach-Orange #FEC897
Tints of Peach-Orange #FEC897
RGB
CMYK
RGB Variations
Color information
#FEC897 (or 0xFEC897) is known color: Peach-Orange. HEX triplet: FE, C8 and 97. RGB value is (254,200,151). Sum of RGB (Red+Green+Blue) = 254+200+151=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 151 (59.38% from 255 or 24.96% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC897 is #013768. Grayscale: #D2D2D2. Windows color (decimal): -79721 or 9947390. OLE color: 9947390.
HSL color Cylindrical-coordinate representation of color #FEC897: hue angle of 28.54º 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 #FEC897 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 151 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.00 |
| HSL | 28.54º | 0.98% | 0.79% | - |
| HSV(B) | 28.54º | 0.41% | 1% | - |
| XYZ | 67.11 | 64.61 | 38.21 | - |
| YUV | 210.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 151 | 0 | 0.21 | 0.41 | 0.00 | 28.54 | 0.98 | 0.79 |
| Hex | FE | C8 | 97 | 0 | 15 | 29 | 0 | 1D | 62 | 4F |
| Octal | 376 | 310 | 227 | 0 | 25 | 51 | 0 | 35 | 142 | 117 |
| Binary | 11111110 | 11001000 | 10010111 | 0 | 10101 | 101001 | 0 | 11101 | 1100010 | 1001111 |
Color Harmonies of #FEC897
Complementary color
Monochromatic Colors of #FEC897
Black with #FEC897
Text Example
Text Example
White with #FEC897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC897; }
p { color: rgb(254,200,151); }
H1.HeaderClassName
{
color: #FEC897;
}
.AnyTagClassName
{
color: #FEC897;
}
</style>
background-color css
<style>
a { background-color: #FEC897; }
a { background-color: rgb(254,200,151); }
div.DivClassName
{
background-color: #FEC897;
}
.BgClassName
{
background-color: #FEC897;
}
</style>
border-color css
<style>
span { border-color: #FEC897; }
span { border-color: rgb(254,200,151); }
td.TdClassName
{
border-color: #FEC897;
}
.TagClassName
{
border-color: #FEC897;
}
</style>