Shades of Peach-Orange #FEC795
Tints of Peach-Orange #FEC795
RGB
CMYK
RGB Variations
Color information
#FEC795 (or 0xFEC795) is known color: Peach-Orange. HEX triplet: FE, C7 and 95. RGB value is (254,199,149). Sum of RGB (Red+Green+Blue) = 254+199+149=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC795 is #01386A. Grayscale: #D2D2D2. Windows color (decimal): -79979 or 9816062. OLE color: 9816062.
HSL color Cylindrical-coordinate representation of color #FEC795: hue angle of 28.57º 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 #FEC795 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 149 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.00 |
| HSL | 28.57º | 0.98% | 0.79% | - |
| HSV(B) | 28.57º | 0.41% | 1% | - |
| XYZ | 66.72 | 64.09 | 37.29 | - |
| YUV | 209.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 149 | 0 | 0.22 | 0.41 | 0.00 | 28.57 | 0.98 | 0.79 |
| Hex | FE | C7 | 95 | 0 | 16 | 29 | 0 | 1D | 62 | 4F |
| Octal | 376 | 307 | 225 | 0 | 26 | 51 | 0 | 35 | 142 | 117 |
| Binary | 11111110 | 11000111 | 10010101 | 0 | 10110 | 101001 | 0 | 11101 | 1100010 | 1001111 |
Color Harmonies of #FEC795
Complementary color
Monochromatic Colors of #FEC795
Black with #FEC795
Text Example
Text Example
White with #FEC795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC795; }
p { color: rgb(254,199,149); }
H1.HeaderClassName
{
color: #FEC795;
}
.AnyTagClassName
{
color: #FEC795;
}
</style>
background-color css
<style>
a { background-color: #FEC795; }
a { background-color: rgb(254,199,149); }
div.DivClassName
{
background-color: #FEC795;
}
.BgClassName
{
background-color: #FEC795;
}
</style>
border-color css
<style>
span { border-color: #FEC795; }
span { border-color: rgb(254,199,149); }
td.TdClassName
{
border-color: #FEC795;
}
.TagClassName
{
border-color: #FEC795;
}
</style>