Shades of Peach-Orange #FECF9F
Tints of Peach-Orange #FECF9F
RGB
CMYK
RGB Variations
Color information
#FECF9F (or 0xFECF9F) is known color: Peach-Orange. HEX triplet: FE, CF and 9F. RGB value is (254,207,159). Sum of RGB (Red+Green+Blue) = 254+207+159=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 159 (62.5% from 255 or 25.65% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF9F is #013060. Grayscale: #D7D7D7. Windows color (decimal): -77921 or 10473470. OLE color: 10473470.
HSL color Cylindrical-coordinate representation of color #FECF9F: hue angle of 30.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FECF9F is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 159 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.00 |
| HSL | 30.32º | 0.98% | 0.81% | - |
| HSV(B) | 30.32º | 0.37% | 1% | - |
| XYZ | 69.44 | 68.2 | 42.3 | - |
| YUV | 215.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 159 | 0 | 0.19 | 0.37 | 0.00 | 30.32 | 0.98 | 0.81 |
| Hex | FE | CF | 9F | 0 | 13 | 25 | 0 | 1E | 62 | 51 |
| Octal | 376 | 317 | 237 | 0 | 23 | 45 | 0 | 36 | 142 | 121 |
| Binary | 11111110 | 11001111 | 10011111 | 0 | 10011 | 100101 | 0 | 11110 | 1100010 | 1010001 |
Color Harmonies of #FECF9F
Complementary color
Monochromatic Colors of #FECF9F
Black with #FECF9F
Text Example
Text Example
White with #FECF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF9F; }
p { color: rgb(254,207,159); }
H1.HeaderClassName
{
color: #FECF9F;
}
.AnyTagClassName
{
color: #FECF9F;
}
</style>
background-color css
<style>
a { background-color: #FECF9F; }
a { background-color: rgb(254,207,159); }
div.DivClassName
{
background-color: #FECF9F;
}
.BgClassName
{
background-color: #FECF9F;
}
</style>
border-color css
<style>
span { border-color: #FECF9F; }
span { border-color: rgb(254,207,159); }
td.TdClassName
{
border-color: #FECF9F;
}
.TagClassName
{
border-color: #FECF9F;
}
</style>