Shades of Peach-Orange #FECB9E
Tints of Peach-Orange #FECB9E
RGB
CMYK
RGB Variations
Color information
#FECB9E (or 0xFECB9E) is known color: Peach-Orange. HEX triplet: FE, CB and 9E. RGB value is (254,203,158). Sum of RGB (Red+Green+Blue) = 254+203+158=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB9E is #013461. Grayscale: #D5D5D5. Windows color (decimal): -78946 or 10406910. OLE color: 10406910.
HSL color Cylindrical-coordinate representation of color #FECB9E: hue angle of 28.12º 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 #FECB9E is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 158 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.00 |
| HSL | 28.13º | 0.98% | 0.81% | - |
| HSV(B) | 28.13º | 0.38% | 1% | - |
| XYZ | 68.4 | 66.25 | 41.53 | - |
| YUV | 213.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 158 | 0 | 0.20 | 0.38 | 0.00 | 28.13 | 0.98 | 0.81 |
| Hex | FE | CB | 9E | 0 | 14 | 26 | 0 | 1C | 62 | 51 |
| Octal | 376 | 313 | 236 | 0 | 24 | 46 | 0 | 34 | 142 | 121 |
| Binary | 11111110 | 11001011 | 10011110 | 0 | 10100 | 100110 | 0 | 11100 | 1100010 | 1010001 |
Color Harmonies of #FECB9E
Complementary color
Monochromatic Colors of #FECB9E
Black with #FECB9E
Text Example
Text Example
White with #FECB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB9E; }
p { color: rgb(254,203,158); }
H1.HeaderClassName
{
color: #FECB9E;
}
.AnyTagClassName
{
color: #FECB9E;
}
</style>
background-color css
<style>
a { background-color: #FECB9E; }
a { background-color: rgb(254,203,158); }
div.DivClassName
{
background-color: #FECB9E;
}
.BgClassName
{
background-color: #FECB9E;
}
</style>
border-color css
<style>
span { border-color: #FECB9E; }
span { border-color: rgb(254,203,158); }
td.TdClassName
{
border-color: #FECB9E;
}
.TagClassName
{
border-color: #FECB9E;
}
</style>