Shades of Peach-Orange #FECF96
Tints of Peach-Orange #FECF96
RGB
CMYK
RGB Variations
Color information
#FECF96 (or 0xFECF96) is known color: Peach-Orange. HEX triplet: FE, CF and 96. RGB value is (254,207,150). Sum of RGB (Red+Green+Blue) = 254+207+150=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 150 (58.98% from 255 or 24.55% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF96 is #013069. Grayscale: #D6D6D6. Windows color (decimal): -77930 or 9883646. OLE color: 9883646.
HSL color Cylindrical-coordinate representation of color #FECF96: hue angle of 32.88º 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 #FECF96 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 150 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.00 |
| HSL | 32.88º | 0.98% | 0.79% | - |
| HSV(B) | 32.88º | 0.41% | 1% | - |
| XYZ | 68.69 | 67.9 | 38.34 | - |
| YUV | 214.56 | 91.57 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 150 | 0 | 0.19 | 0.41 | 0.00 | 32.88 | 0.98 | 0.79 |
| Hex | FE | CF | 96 | 0 | 13 | 29 | 0 | 21 | 62 | 4F |
| Octal | 376 | 317 | 226 | 0 | 23 | 51 | 0 | 41 | 142 | 117 |
| Binary | 11111110 | 11001111 | 10010110 | 0 | 10011 | 101001 | 0 | 100001 | 1100010 | 1001111 |
Color Harmonies of #FECF96
Complementary color
Monochromatic Colors of #FECF96
Black with #FECF96
Text Example
Text Example
White with #FECF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF96; }
p { color: rgb(254,207,150); }
H1.HeaderClassName
{
color: #FECF96;
}
.AnyTagClassName
{
color: #FECF96;
}
</style>
background-color css
<style>
a { background-color: #FECF96; }
a { background-color: rgb(254,207,150); }
div.DivClassName
{
background-color: #FECF96;
}
.BgClassName
{
background-color: #FECF96;
}
</style>
border-color css
<style>
span { border-color: #FECF96; }
span { border-color: rgb(254,207,150); }
td.TdClassName
{
border-color: #FECF96;
}
.TagClassName
{
border-color: #FECF96;
}
</style>