Shades of Peach-Orange #FECD8C
Tints of Peach-Orange #FECD8C
RGB
CMYK
RGB Variations
Color information
#FECD8C (or 0xFECD8C) is known color: Peach-Orange. HEX triplet: FE, CD and 8C. RGB value is (254,205,140). Sum of RGB (Red+Green+Blue) = 254+205+140=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD8C is #013273. Grayscale: #D4D4D4. Windows color (decimal): -78452 or 9227774. OLE color: 9227774.
HSL color Cylindrical-coordinate representation of color #FECD8C: hue angle of 34.21º 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 #FECD8C is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 140 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.00 |
| HSL | 34.21º | 0.98% | 0.77% | - |
| HSV(B) | 34.21º | 0.45% | 1% | - |
| XYZ | 67.44 | 66.63 | 34.12 | - |
| YUV | 212.24 | 87.23 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 140 | 0 | 0.19 | 0.45 | 0.00 | 34.21 | 0.98 | 0.77 |
| Hex | FE | CD | 8C | 0 | 13 | 2D | 0 | 22 | 62 | 4D |
| Octal | 376 | 315 | 214 | 0 | 23 | 55 | 0 | 42 | 142 | 115 |
| Binary | 11111110 | 11001101 | 10001100 | 0 | 10011 | 101101 | 0 | 100010 | 1100010 | 1001101 |
Color Harmonies of #FECD8C
Complementary color
Monochromatic Colors of #FECD8C
Black with #FECD8C
Text Example
Text Example
White with #FECD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD8C; }
p { color: rgb(254,205,140); }
H1.HeaderClassName
{
color: #FECD8C;
}
.AnyTagClassName
{
color: #FECD8C;
}
</style>
background-color css
<style>
a { background-color: #FECD8C; }
a { background-color: rgb(254,205,140); }
div.DivClassName
{
background-color: #FECD8C;
}
.BgClassName
{
background-color: #FECD8C;
}
</style>
border-color css
<style>
span { border-color: #FECD8C; }
span { border-color: rgb(254,205,140); }
td.TdClassName
{
border-color: #FECD8C;
}
.TagClassName
{
border-color: #FECD8C;
}
</style>