Shades of Peach-Orange #FECE95
Tints of Peach-Orange #FECE95
RGB
CMYK
RGB Variations
Color information
#FECE95 (or 0xFECE95) is known color: Peach-Orange. HEX triplet: FE, CE and 95. RGB value is (254,206,149). Sum of RGB (Red+Green+Blue) = 254+206+149=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE95 is #01316A. Grayscale: #D6D6D6. Windows color (decimal): -78187 or 9817854. OLE color: 9817854.
HSL color Cylindrical-coordinate representation of color #FECE95: hue angle of 32.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 #FECE95 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 149 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.00 |
| HSL | 32.57º | 0.98% | 0.79% | - |
| HSV(B) | 32.57º | 0.41% | 1% | - |
| XYZ | 68.37 | 67.38 | 37.84 | - |
| YUV | 213.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 149 | 0 | 0.19 | 0.41 | 0.00 | 32.57 | 0.98 | 0.79 |
| Hex | FE | CE | 95 | 0 | 13 | 29 | 0 | 21 | 62 | 4F |
| Octal | 376 | 316 | 225 | 0 | 23 | 51 | 0 | 41 | 142 | 117 |
| Binary | 11111110 | 11001110 | 10010101 | 0 | 10011 | 101001 | 0 | 100001 | 1100010 | 1001111 |
Color Harmonies of #FECE95
Complementary color
Monochromatic Colors of #FECE95
Black with #FECE95
Text Example
Text Example
White with #FECE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE95; }
p { color: rgb(254,206,149); }
H1.HeaderClassName
{
color: #FECE95;
}
.AnyTagClassName
{
color: #FECE95;
}
</style>
background-color css
<style>
a { background-color: #FECE95; }
a { background-color: rgb(254,206,149); }
div.DivClassName
{
background-color: #FECE95;
}
.BgClassName
{
background-color: #FECE95;
}
</style>
border-color css
<style>
span { border-color: #FECE95; }
span { border-color: rgb(254,206,149); }
td.TdClassName
{
border-color: #FECE95;
}
.TagClassName
{
border-color: #FECE95;
}
</style>