Shades of Peach-Orange #FECE9C
Tints of Peach-Orange #FECE9C
RGB
CMYK
RGB Variations
Color information
#FECE9C (or 0xFECE9C) is known color: Peach-Orange. HEX triplet: FE, CE and 9C. RGB value is (254,206,156). Sum of RGB (Red+Green+Blue) = 254+206+156=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE9C is #013163. Grayscale: #D6D6D6. Windows color (decimal): -78180 or 10276606. OLE color: 10276606.
HSL color Cylindrical-coordinate representation of color #FECE9C: hue angle of 30.61º 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 #FECE9C is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 156 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.00 |
| HSL | 30.61º | 0.98% | 0.8% | - |
| HSV(B) | 30.61º | 0.39% | 1% | - |
| XYZ | 68.95 | 67.61 | 40.87 | - |
| YUV | 214.65 | 94.9 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 156 | 0 | 0.19 | 0.39 | 0.00 | 30.61 | 0.98 | 0.8 |
| Hex | FE | CE | 9C | 0 | 13 | 27 | 0 | 1F | 62 | 50 |
| Octal | 376 | 316 | 234 | 0 | 23 | 47 | 0 | 37 | 142 | 120 |
| Binary | 11111110 | 11001110 | 10011100 | 0 | 10011 | 100111 | 0 | 11111 | 1100010 | 1010000 |
Color Harmonies of #FECE9C
Complementary color
Monochromatic Colors of #FECE9C
Black with #FECE9C
Text Example
Text Example
White with #FECE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE9C; }
p { color: rgb(254,206,156); }
H1.HeaderClassName
{
color: #FECE9C;
}
.AnyTagClassName
{
color: #FECE9C;
}
</style>
background-color css
<style>
a { background-color: #FECE9C; }
a { background-color: rgb(254,206,156); }
div.DivClassName
{
background-color: #FECE9C;
}
.BgClassName
{
background-color: #FECE9C;
}
</style>
border-color css
<style>
span { border-color: #FECE9C; }
span { border-color: rgb(254,206,156); }
td.TdClassName
{
border-color: #FECE9C;
}
.TagClassName
{
border-color: #FECE9C;
}
</style>