Shades of Peach-Orange #FECF9C
Tints of Peach-Orange #FECF9C
RGB
CMYK
RGB Variations
Color information
#FECF9C (or 0xFECF9C) is known color: Peach-Orange. HEX triplet: FE, CF and 9C. RGB value is (254,207,156). Sum of RGB (Red+Green+Blue) = 254+207+156=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 156 (61.33% from 255 or 25.28% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF9C is #013063. Grayscale: #D7D7D7. Windows color (decimal): -77924 or 10276862. OLE color: 10276862.
HSL color Cylindrical-coordinate representation of color #FECF9C: hue angle of 31.22º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FECF9C is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 156 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.00 |
| HSL | 31.22º | 0.98% | 0.8% | - |
| HSV(B) | 31.22º | 0.39% | 1% | - |
| XYZ | 69.19 | 68.1 | 40.95 | - |
| YUV | 215.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 156 | 0 | 0.19 | 0.39 | 0.00 | 31.22 | 0.98 | 0.8 |
| Hex | FE | CF | 9C | 0 | 13 | 27 | 0 | 1F | 62 | 50 |
| Octal | 376 | 317 | 234 | 0 | 23 | 47 | 0 | 37 | 142 | 120 |
| Binary | 11111110 | 11001111 | 10011100 | 0 | 10011 | 100111 | 0 | 11111 | 1100010 | 1010000 |
Color Harmonies of #FECF9C
Complementary color
Monochromatic Colors of #FECF9C
Black with #FECF9C
Text Example
Text Example
White with #FECF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF9C; }
p { color: rgb(254,207,156); }
H1.HeaderClassName
{
color: #FECF9C;
}
.AnyTagClassName
{
color: #FECF9C;
}
</style>
background-color css
<style>
a { background-color: #FECF9C; }
a { background-color: rgb(254,207,156); }
div.DivClassName
{
background-color: #FECF9C;
}
.BgClassName
{
background-color: #FECF9C;
}
</style>
border-color css
<style>
span { border-color: #FECF9C; }
span { border-color: rgb(254,207,156); }
td.TdClassName
{
border-color: #FECF9C;
}
.TagClassName
{
border-color: #FECF9C;
}
</style>