Shades of Peach-Orange #FECD8D
Tints of Peach-Orange #FECD8D
RGB
CMYK
RGB Variations
Color information
#FECD8D (or 0xFECD8D) is known color: Peach-Orange. HEX triplet: FE, CD and 8D. RGB value is (254,205,141). Sum of RGB (Red+Green+Blue) = 254+205+141=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD8D is #013272. Grayscale: #D4D4D4. Windows color (decimal): -78451 or 9293310. OLE color: 9293310.
HSL color Cylindrical-coordinate representation of color #FECD8D: hue angle of 33.98º 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 #FECD8D is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 141 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.00 |
| HSL | 33.98º | 0.98% | 0.77% | - |
| HSV(B) | 33.98º | 0.44% | 1% | - |
| XYZ | 67.51 | 66.66 | 34.51 | - |
| YUV | 212.36 | 87.73 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 141 | 0 | 0.19 | 0.44 | 0.00 | 33.98 | 0.98 | 0.77 |
| Hex | FE | CD | 8D | 0 | 13 | 2C | 0 | 22 | 62 | 4D |
| Octal | 376 | 315 | 215 | 0 | 23 | 54 | 0 | 42 | 142 | 115 |
| Binary | 11111110 | 11001101 | 10001101 | 0 | 10011 | 101100 | 0 | 100010 | 1100010 | 1001101 |
Color Harmonies of #FECD8D
Complementary color
Monochromatic Colors of #FECD8D
Black with #FECD8D
Text Example
Text Example
White with #FECD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD8D; }
p { color: rgb(254,205,141); }
H1.HeaderClassName
{
color: #FECD8D;
}
.AnyTagClassName
{
color: #FECD8D;
}
</style>
background-color css
<style>
a { background-color: #FECD8D; }
a { background-color: rgb(254,205,141); }
div.DivClassName
{
background-color: #FECD8D;
}
.BgClassName
{
background-color: #FECD8D;
}
</style>
border-color css
<style>
span { border-color: #FECD8D; }
span { border-color: rgb(254,205,141); }
td.TdClassName
{
border-color: #FECD8D;
}
.TagClassName
{
border-color: #FECD8D;
}
</style>