Shades of Peach-Orange #FECD8E
Tints of Peach-Orange #FECD8E
RGB
CMYK
RGB Variations
Color information
#FECD8E (or 0xFECD8E) is known color: Peach-Orange. HEX triplet: FE, CD and 8E. RGB value is (254,205,142). Sum of RGB (Red+Green+Blue) = 254+205+142=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD8E is #013271. Grayscale: #D4D4D4. Windows color (decimal): -78450 or 9358846. OLE color: 9358846.
HSL color Cylindrical-coordinate representation of color #FECD8E: hue angle of 33.75º 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 #FECD8E is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 142 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.00 |
| HSL | 33.75º | 0.98% | 0.78% | - |
| HSV(B) | 33.75º | 0.44% | 1% | - |
| XYZ | 67.59 | 66.69 | 34.9 | - |
| YUV | 212.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 142 | 0 | 0.19 | 0.44 | 0.00 | 33.75 | 0.98 | 0.78 |
| Hex | FE | CD | 8E | 0 | 13 | 2C | 0 | 22 | 62 | 4E |
| Octal | 376 | 315 | 216 | 0 | 23 | 54 | 0 | 42 | 142 | 116 |
| Binary | 11111110 | 11001101 | 10001110 | 0 | 10011 | 101100 | 0 | 100010 | 1100010 | 1001110 |
Color Harmonies of #FECD8E
Complementary color
Monochromatic Colors of #FECD8E
Black with #FECD8E
Text Example
Text Example
White with #FECD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD8E; }
p { color: rgb(254,205,142); }
H1.HeaderClassName
{
color: #FECD8E;
}
.AnyTagClassName
{
color: #FECD8E;
}
</style>
background-color css
<style>
a { background-color: #FECD8E; }
a { background-color: rgb(254,205,142); }
div.DivClassName
{
background-color: #FECD8E;
}
.BgClassName
{
background-color: #FECD8E;
}
</style>
border-color css
<style>
span { border-color: #FECD8E; }
span { border-color: rgb(254,205,142); }
td.TdClassName
{
border-color: #FECD8E;
}
.TagClassName
{
border-color: #FECD8E;
}
</style>