Shades of Peach-Orange #FECB9D
Tints of Peach-Orange #FECB9D
RGB
CMYK
RGB Variations
Color information
#FECB9D (or 0xFECB9D) is known color: Peach-Orange. HEX triplet: FE, CB and 9D. RGB value is (254,203,157). Sum of RGB (Red+Green+Blue) = 254+203+157=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB9D is #013462. Grayscale: #D5D5D5. Windows color (decimal): -78947 or 10341374. OLE color: 10341374.
HSL color Cylindrical-coordinate representation of color #FECB9D: hue angle of 28.45º 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 #FECB9D is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 157 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.00 |
| HSL | 28.45º | 0.98% | 0.81% | - |
| HSV(B) | 28.45º | 0.38% | 1% | - |
| XYZ | 68.31 | 66.22 | 41.08 | - |
| YUV | 213.01 | 96.4 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 157 | 0 | 0.20 | 0.38 | 0.00 | 28.45 | 0.98 | 0.81 |
| Hex | FE | CB | 9D | 0 | 14 | 26 | 0 | 1C | 62 | 51 |
| Octal | 376 | 313 | 235 | 0 | 24 | 46 | 0 | 34 | 142 | 121 |
| Binary | 11111110 | 11001011 | 10011101 | 0 | 10100 | 100110 | 0 | 11100 | 1100010 | 1010001 |
Color Harmonies of #FECB9D
Complementary color
Monochromatic Colors of #FECB9D
Black with #FECB9D
Text Example
Text Example
White with #FECB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB9D; }
p { color: rgb(254,203,157); }
H1.HeaderClassName
{
color: #FECB9D;
}
.AnyTagClassName
{
color: #FECB9D;
}
</style>
background-color css
<style>
a { background-color: #FECB9D; }
a { background-color: rgb(254,203,157); }
div.DivClassName
{
background-color: #FECB9D;
}
.BgClassName
{
background-color: #FECB9D;
}
</style>
border-color css
<style>
span { border-color: #FECB9D; }
span { border-color: rgb(254,203,157); }
td.TdClassName
{
border-color: #FECB9D;
}
.TagClassName
{
border-color: #FECB9D;
}
</style>