Shades of Peach-Orange #FECF95
Tints of Peach-Orange #FECF95
RGB
CMYK
RGB Variations
Color information
#FECF95 (or 0xFECF95) is known color: Peach-Orange. HEX triplet: FE, CF and 95. RGB value is (254,207,149). Sum of RGB (Red+Green+Blue) = 254+207+149=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF95 is #01306A. Grayscale: #D6D6D6. Windows color (decimal): -77931 or 9818110. OLE color: 9818110.
HSL color Cylindrical-coordinate representation of color #FECF95: hue angle of 33.14º 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 #FECF95 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 149 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.00 |
| HSL | 33.14º | 0.98% | 0.79% | - |
| HSV(B) | 33.14º | 0.41% | 1% | - |
| XYZ | 68.61 | 67.87 | 37.92 | - |
| YUV | 214.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 149 | 0 | 0.19 | 0.41 | 0.00 | 33.14 | 0.98 | 0.79 |
| Hex | FE | CF | 95 | 0 | 13 | 29 | 0 | 21 | 62 | 4F |
| Octal | 376 | 317 | 225 | 0 | 23 | 51 | 0 | 41 | 142 | 117 |
| Binary | 11111110 | 11001111 | 10010101 | 0 | 10011 | 101001 | 0 | 100001 | 1100010 | 1001111 |
Color Harmonies of #FECF95
Complementary color
Monochromatic Colors of #FECF95
Black with #FECF95
Text Example
Text Example
White with #FECF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF95; }
p { color: rgb(254,207,149); }
H1.HeaderClassName
{
color: #FECF95;
}
.AnyTagClassName
{
color: #FECF95;
}
</style>
background-color css
<style>
a { background-color: #FECF95; }
a { background-color: rgb(254,207,149); }
div.DivClassName
{
background-color: #FECF95;
}
.BgClassName
{
background-color: #FECF95;
}
</style>
border-color css
<style>
span { border-color: #FECF95; }
span { border-color: rgb(254,207,149); }
td.TdClassName
{
border-color: #FECF95;
}
.TagClassName
{
border-color: #FECF95;
}
</style>