Shades of Peach-Orange #FEC995
Tints of Peach-Orange #FEC995
RGB
CMYK
RGB Variations
Color information
#FEC995 (or 0xFEC995) is known color: Peach-Orange. HEX triplet: FE, C9 and 95. RGB value is (254,201,149). Sum of RGB (Red+Green+Blue) = 254+201+149=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC995 is #01366A. Grayscale: #D3D3D3. Windows color (decimal): -79467 or 9816574. OLE color: 9816574.
HSL color Cylindrical-coordinate representation of color #FEC995: hue angle of 29.71º 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 #FEC995 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 149 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.00 |
| HSL | 29.71º | 0.98% | 0.79% | - |
| HSV(B) | 29.71º | 0.41% | 1% | - |
| XYZ | 67.18 | 65.01 | 37.44 | - |
| YUV | 210.92 | 93.06 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 149 | 0 | 0.21 | 0.41 | 0.00 | 29.71 | 0.98 | 0.79 |
| Hex | FE | C9 | 95 | 0 | 15 | 29 | 0 | 1E | 62 | 4F |
| Octal | 376 | 311 | 225 | 0 | 25 | 51 | 0 | 36 | 142 | 117 |
| Binary | 11111110 | 11001001 | 10010101 | 0 | 10101 | 101001 | 0 | 11110 | 1100010 | 1001111 |
Color Harmonies of #FEC995
Complementary color
Monochromatic Colors of #FEC995
Black with #FEC995
Text Example
Text Example
White with #FEC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC995; }
p { color: rgb(254,201,149); }
H1.HeaderClassName
{
color: #FEC995;
}
.AnyTagClassName
{
color: #FEC995;
}
</style>
background-color css
<style>
a { background-color: #FEC995; }
a { background-color: rgb(254,201,149); }
div.DivClassName
{
background-color: #FEC995;
}
.BgClassName
{
background-color: #FEC995;
}
</style>
border-color css
<style>
span { border-color: #FEC995; }
span { border-color: rgb(254,201,149); }
td.TdClassName
{
border-color: #FEC995;
}
.TagClassName
{
border-color: #FEC995;
}
</style>