Shades of Peach-Orange #FEC797
Tints of Peach-Orange #FEC797
RGB
CMYK
RGB Variations
Color information
#FEC797 (or 0xFEC797) is known color: Peach-Orange. HEX triplet: FE, C7 and 97. RGB value is (254,199,151). Sum of RGB (Red+Green+Blue) = 254+199+151=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 151 (59.38% from 255 or 25% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC797 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC797 is #013868. Grayscale: #D2D2D2. Windows color (decimal): -79977 or 9947134. OLE color: 9947134.
HSL color Cylindrical-coordinate representation of color #FEC797: hue angle of 27.96º 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 #FEC797 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 151 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.00 |
| HSL | 27.96º | 0.98% | 0.79% | - |
| HSV(B) | 27.96º | 0.41% | 1% | - |
| XYZ | 66.88 | 64.15 | 38.14 | - |
| YUV | 209.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 151 | 0 | 0.22 | 0.41 | 0.00 | 27.96 | 0.98 | 0.79 |
| Hex | FE | C7 | 97 | 0 | 16 | 29 | 0 | 1C | 62 | 4F |
| Octal | 376 | 307 | 227 | 0 | 26 | 51 | 0 | 34 | 142 | 117 |
| Binary | 11111110 | 11000111 | 10010111 | 0 | 10110 | 101001 | 0 | 11100 | 1100010 | 1001111 |
Color Harmonies of #FEC797
Complementary color
Monochromatic Colors of #FEC797
Black with #FEC797
Text Example
Text Example
White with #FEC797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC797; }
p { color: rgb(254,199,151); }
H1.HeaderClassName
{
color: #FEC797;
}
.AnyTagClassName
{
color: #FEC797;
}
</style>
background-color css
<style>
a { background-color: #FEC797; }
a { background-color: rgb(254,199,151); }
div.DivClassName
{
background-color: #FEC797;
}
.BgClassName
{
background-color: #FEC797;
}
</style>
border-color css
<style>
span { border-color: #FEC797; }
span { border-color: rgb(254,199,151); }
td.TdClassName
{
border-color: #FEC797;
}
.TagClassName
{
border-color: #FEC797;
}
</style>