Shades of Peach-Orange #FECD9C
Tints of Peach-Orange #FECD9C
RGB
CMYK
RGB Variations
Color information
#FECD9C (or 0xFECD9C) is known color: Peach-Orange. HEX triplet: FE, CD and 9C. RGB value is (254,205,156). Sum of RGB (Red+Green+Blue) = 254+205+156=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECD9C is #013263. Grayscale: #D6D6D6. Windows color (decimal): -78436 or 10276350. OLE color: 10276350.
HSL color Cylindrical-coordinate representation of color #FECD9C: hue angle of 30º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FECD9C is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 156 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.00 |
| HSL | 30º | 0.98% | 0.8% | - |
| HSV(B) | 30º | 0.39% | 1% | - |
| XYZ | 68.71 | 67.13 | 40.79 | - |
| YUV | 214.07 | 95.23 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 156 | 0 | 0.19 | 0.39 | 0.00 | 30 | 0.98 | 0.8 |
| Hex | FE | CD | 9C | 0 | 13 | 27 | 0 | 1E | 62 | 50 |
| Octal | 376 | 315 | 234 | 0 | 23 | 47 | 0 | 36 | 142 | 120 |
| Binary | 11111110 | 11001101 | 10011100 | 0 | 10011 | 100111 | 0 | 11110 | 1100010 | 1010000 |
Color Harmonies of #FECD9C
Complementary color
Monochromatic Colors of #FECD9C
Black with #FECD9C
Text Example
Text Example
White with #FECD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD9C; }
p { color: rgb(254,205,156); }
H1.HeaderClassName
{
color: #FECD9C;
}
.AnyTagClassName
{
color: #FECD9C;
}
</style>
background-color css
<style>
a { background-color: #FECD9C; }
a { background-color: rgb(254,205,156); }
div.DivClassName
{
background-color: #FECD9C;
}
.BgClassName
{
background-color: #FECD9C;
}
</style>
border-color css
<style>
span { border-color: #FECD9C; }
span { border-color: rgb(254,205,156); }
td.TdClassName
{
border-color: #FECD9C;
}
.TagClassName
{
border-color: #FECD9C;
}
</style>