Shades of Peach-Orange #FECB9C
Tints of Peach-Orange #FECB9C
RGB
CMYK
RGB Variations
Color information
#FECB9C (or 0xFECB9C) is known color: Peach-Orange. HEX triplet: FE, CB and 9C. RGB value is (254,203,156). Sum of RGB (Red+Green+Blue) = 254+203+156=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB9C is #013463. Grayscale: #D5D5D5. Windows color (decimal): -78948 or 10275838. OLE color: 10275838.
HSL color Cylindrical-coordinate representation of color #FECB9C: hue angle of 28.78º 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 #FECB9C is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 156 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.00 |
| HSL | 28.78º | 0.98% | 0.8% | - |
| HSV(B) | 28.78º | 0.39% | 1% | - |
| XYZ | 68.23 | 66.18 | 40.63 | - |
| YUV | 212.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 156 | 0 | 0.20 | 0.39 | 0.00 | 28.78 | 0.98 | 0.8 |
| Hex | FE | CB | 9C | 0 | 14 | 27 | 0 | 1D | 62 | 50 |
| Octal | 376 | 313 | 234 | 0 | 24 | 47 | 0 | 35 | 142 | 120 |
| Binary | 11111110 | 11001011 | 10011100 | 0 | 10100 | 100111 | 0 | 11101 | 1100010 | 1010000 |
Color Harmonies of #FECB9C
Complementary color
Monochromatic Colors of #FECB9C
Black with #FECB9C
Text Example
Text Example
White with #FECB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB9C; }
p { color: rgb(254,203,156); }
H1.HeaderClassName
{
color: #FECB9C;
}
.AnyTagClassName
{
color: #FECB9C;
}
</style>
background-color css
<style>
a { background-color: #FECB9C; }
a { background-color: rgb(254,203,156); }
div.DivClassName
{
background-color: #FECB9C;
}
.BgClassName
{
background-color: #FECB9C;
}
</style>
border-color css
<style>
span { border-color: #FECB9C; }
span { border-color: rgb(254,203,156); }
td.TdClassName
{
border-color: #FECB9C;
}
.TagClassName
{
border-color: #FECB9C;
}
</style>