Shades of Peach-Orange #FEC997
Tints of Peach-Orange #FEC997
RGB
CMYK
RGB Variations
Color information
#FEC997 (or 0xFEC997) is known color: Peach-Orange. HEX triplet: FE, C9 and 97. RGB value is (254,201,151). Sum of RGB (Red+Green+Blue) = 254+201+151=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 151 (59.38% from 255 or 24.92% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC997 is #013668. Grayscale: #D3D3D3. Windows color (decimal): -79465 or 9947646. OLE color: 9947646.
HSL color Cylindrical-coordinate representation of color #FEC997: hue angle of 29.13º 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 #FEC997 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 151 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.00 |
| HSL | 29.13º | 0.98% | 0.79% | - |
| HSV(B) | 29.13º | 0.41% | 1% | - |
| XYZ | 67.35 | 65.08 | 38.29 | - |
| YUV | 211.15 | 94.06 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 151 | 0 | 0.21 | 0.41 | 0.00 | 29.13 | 0.98 | 0.79 |
| Hex | FE | C9 | 97 | 0 | 15 | 29 | 0 | 1D | 62 | 4F |
| Octal | 376 | 311 | 227 | 0 | 25 | 51 | 0 | 35 | 142 | 117 |
| Binary | 11111110 | 11001001 | 10010111 | 0 | 10101 | 101001 | 0 | 11101 | 1100010 | 1001111 |
Color Harmonies of #FEC997
Complementary color
Monochromatic Colors of #FEC997
Black with #FEC997
Text Example
Text Example
White with #FEC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC997; }
p { color: rgb(254,201,151); }
H1.HeaderClassName
{
color: #FEC997;
}
.AnyTagClassName
{
color: #FEC997;
}
</style>
background-color css
<style>
a { background-color: #FEC997; }
a { background-color: rgb(254,201,151); }
div.DivClassName
{
background-color: #FEC997;
}
.BgClassName
{
background-color: #FEC997;
}
</style>
border-color css
<style>
span { border-color: #FEC997; }
span { border-color: rgb(254,201,151); }
td.TdClassName
{
border-color: #FEC997;
}
.TagClassName
{
border-color: #FEC997;
}
</style>