Shades of Peach-Orange #FEC88D
Tints of Peach-Orange #FEC88D
RGB
CMYK
RGB Variations
Color information
#FEC88D (or 0xFEC88D) is known color: Peach-Orange. HEX triplet: FE, C8 and 8D. RGB value is (254,200,141). Sum of RGB (Red+Green+Blue) = 254+200+141=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC88D is #013772. Grayscale: #D1D1D1. Windows color (decimal): -79731 or 9292030. OLE color: 9292030.
HSL color Cylindrical-coordinate representation of color #FEC88D: hue angle of 31.33º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEC88D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 141 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.00 |
| HSL | 31.33º | 0.98% | 0.77% | - |
| HSV(B) | 31.33º | 0.44% | 1% | - |
| XYZ | 66.34 | 64.3 | 34.11 | - |
| YUV | 209.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 141 | 0 | 0.21 | 0.44 | 0.00 | 31.33 | 0.98 | 0.77 |
| Hex | FE | C8 | 8D | 0 | 15 | 2C | 0 | 1F | 62 | 4D |
| Octal | 376 | 310 | 215 | 0 | 25 | 54 | 0 | 37 | 142 | 115 |
| Binary | 11111110 | 11001000 | 10001101 | 0 | 10101 | 101100 | 0 | 11111 | 1100010 | 1001101 |
Color Harmonies of #FEC88D
Complementary color
Monochromatic Colors of #FEC88D
Black with #FEC88D
Text Example
Text Example
White with #FEC88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC88D; }
p { color: rgb(254,200,141); }
H1.HeaderClassName
{
color: #FEC88D;
}
.AnyTagClassName
{
color: #FEC88D;
}
</style>
background-color css
<style>
a { background-color: #FEC88D; }
a { background-color: rgb(254,200,141); }
div.DivClassName
{
background-color: #FEC88D;
}
.BgClassName
{
background-color: #FEC88D;
}
</style>
border-color css
<style>
span { border-color: #FEC88D; }
span { border-color: rgb(254,200,141); }
td.TdClassName
{
border-color: #FEC88D;
}
.TagClassName
{
border-color: #FEC88D;
}
</style>