Shades of Peach-Orange #FECE9D
Tints of Peach-Orange #FECE9D
RGB
CMYK
RGB Variations
Color information
#FECE9D (or 0xFECE9D) is known color: Peach-Orange. HEX triplet: FE, CE and 9D. RGB value is (254,206,157). Sum of RGB (Red+Green+Blue) = 254+206+157=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECE9D is #013162. Grayscale: #D7D7D7. Windows color (decimal): -78179 or 10342142. OLE color: 10342142.
HSL color Cylindrical-coordinate representation of color #FECE9D: hue angle of 30.31º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FECE9D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 157 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.00 |
| HSL | 30.31º | 0.98% | 0.81% | - |
| HSV(B) | 30.31º | 0.38% | 1% | - |
| XYZ | 69.03 | 67.65 | 41.32 | - |
| YUV | 214.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 157 | 0 | 0.19 | 0.38 | 0.00 | 30.31 | 0.98 | 0.81 |
| Hex | FE | CE | 9D | 0 | 13 | 26 | 0 | 1E | 62 | 51 |
| Octal | 376 | 316 | 235 | 0 | 23 | 46 | 0 | 36 | 142 | 121 |
| Binary | 11111110 | 11001110 | 10011101 | 0 | 10011 | 100110 | 0 | 11110 | 1100010 | 1010001 |
Color Harmonies of #FECE9D
Complementary color
Monochromatic Colors of #FECE9D
Black with #FECE9D
Text Example
Text Example
White with #FECE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECE9D; }
p { color: rgb(254,206,157); }
H1.HeaderClassName
{
color: #FECE9D;
}
.AnyTagClassName
{
color: #FECE9D;
}
</style>
background-color css
<style>
a { background-color: #FECE9D; }
a { background-color: rgb(254,206,157); }
div.DivClassName
{
background-color: #FECE9D;
}
.BgClassName
{
background-color: #FECE9D;
}
</style>
border-color css
<style>
span { border-color: #FECE9D; }
span { border-color: rgb(254,206,157); }
td.TdClassName
{
border-color: #FECE9D;
}
.TagClassName
{
border-color: #FECE9D;
}
</style>