Shades of Peach-Orange #FEC88C
Tints of Peach-Orange #FEC88C
RGB
CMYK
RGB Variations
Color information
#FEC88C (or 0xFEC88C) is known color: Peach-Orange. HEX triplet: FE, C8 and 8C. RGB value is (254,200,140). Sum of RGB (Red+Green+Blue) = 254+200+140=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 140 (55.08% from 255 or 23.57% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC88C is #013773. Grayscale: #D1D1D1. Windows color (decimal): -79732 or 9226494. OLE color: 9226494.
HSL color Cylindrical-coordinate representation of color #FEC88C: hue angle of 31.58º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEC88C is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 140 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.00 |
| HSL | 31.58º | 0.98% | 0.77% | - |
| HSV(B) | 31.58º | 0.45% | 1% | - |
| XYZ | 66.26 | 64.27 | 33.72 | - |
| YUV | 209.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 140 | 0 | 0.21 | 0.45 | 0.00 | 31.58 | 0.98 | 0.77 |
| Hex | FE | C8 | 8C | 0 | 15 | 2D | 0 | 20 | 62 | 4D |
| Octal | 376 | 310 | 214 | 0 | 25 | 55 | 0 | 40 | 142 | 115 |
| Binary | 11111110 | 11001000 | 10001100 | 0 | 10101 | 101101 | 0 | 100000 | 1100010 | 1001101 |
Color Harmonies of #FEC88C
Complementary color
Monochromatic Colors of #FEC88C
Black with #FEC88C
Text Example
Text Example
White with #FEC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC88C; }
p { color: rgb(254,200,140); }
H1.HeaderClassName
{
color: #FEC88C;
}
.AnyTagClassName
{
color: #FEC88C;
}
</style>
background-color css
<style>
a { background-color: #FEC88C; }
a { background-color: rgb(254,200,140); }
div.DivClassName
{
background-color: #FEC88C;
}
.BgClassName
{
background-color: #FEC88C;
}
</style>
border-color css
<style>
span { border-color: #FEC88C; }
span { border-color: rgb(254,200,140); }
td.TdClassName
{
border-color: #FEC88C;
}
.TagClassName
{
border-color: #FEC88C;
}
</style>