Shades of Peach-Orange #FECF8E
Tints of Peach-Orange #FECF8E
RGB
CMYK
RGB Variations
Color information
#FECF8E (or 0xFECF8E) is known color: Peach-Orange. HEX triplet: FE, CF and 8E. RGB value is (254,207,142). Sum of RGB (Red+Green+Blue) = 254+207+142=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF8E is #013071. Grayscale: #D5D5D5. Windows color (decimal): -77938 or 9359358. OLE color: 9359358.
HSL color Cylindrical-coordinate representation of color #FECF8E: hue angle of 34.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FECF8E is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 142 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.00 |
| HSL | 34.82º | 0.98% | 0.78% | - |
| HSV(B) | 34.82º | 0.44% | 1% | - |
| XYZ | 68.07 | 67.65 | 35.06 | - |
| YUV | 213.64 | 87.57 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 142 | 0 | 0.19 | 0.44 | 0.00 | 34.82 | 0.98 | 0.78 |
| Hex | FE | CF | 8E | 0 | 13 | 2C | 0 | 23 | 62 | 4E |
| Octal | 376 | 317 | 216 | 0 | 23 | 54 | 0 | 43 | 142 | 116 |
| Binary | 11111110 | 11001111 | 10001110 | 0 | 10011 | 101100 | 0 | 100011 | 1100010 | 1001110 |
Color Harmonies of #FECF8E
Complementary color
Monochromatic Colors of #FECF8E
Black with #FECF8E
Text Example
Text Example
White with #FECF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF8E; }
p { color: rgb(254,207,142); }
H1.HeaderClassName
{
color: #FECF8E;
}
.AnyTagClassName
{
color: #FECF8E;
}
</style>
background-color css
<style>
a { background-color: #FECF8E; }
a { background-color: rgb(254,207,142); }
div.DivClassName
{
background-color: #FECF8E;
}
.BgClassName
{
background-color: #FECF8E;
}
</style>
border-color css
<style>
span { border-color: #FECF8E; }
span { border-color: rgb(254,207,142); }
td.TdClassName
{
border-color: #FECF8E;
}
.TagClassName
{
border-color: #FECF8E;
}
</style>