Shades of Peach-Orange #FECB9B
Tints of Peach-Orange #FECB9B
RGB
CMYK
RGB Variations
Color information
#FECB9B (or 0xFECB9B) is known color: Peach-Orange. HEX triplet: FE, CB and 9B. RGB value is (254,203,155). Sum of RGB (Red+Green+Blue) = 254+203+155=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECB9B is #013464. Grayscale: #D5D5D5. Windows color (decimal): -78949 or 10210302. OLE color: 10210302.
HSL color Cylindrical-coordinate representation of color #FECB9B: hue angle of 29.09º 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 #FECB9B is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 155 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.00 |
| HSL | 29.09º | 0.98% | 0.8% | - |
| HSV(B) | 29.09º | 0.39% | 1% | - |
| XYZ | 68.15 | 66.15 | 40.19 | - |
| YUV | 212.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 155 | 0 | 0.20 | 0.39 | 0.00 | 29.09 | 0.98 | 0.8 |
| Hex | FE | CB | 9B | 0 | 14 | 27 | 0 | 1D | 62 | 50 |
| Octal | 376 | 313 | 233 | 0 | 24 | 47 | 0 | 35 | 142 | 120 |
| Binary | 11111110 | 11001011 | 10011011 | 0 | 10100 | 100111 | 0 | 11101 | 1100010 | 1010000 |
Color Harmonies of #FECB9B
Complementary color
Monochromatic Colors of #FECB9B
Black with #FECB9B
Text Example
Text Example
White with #FECB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECB9B; }
p { color: rgb(254,203,155); }
H1.HeaderClassName
{
color: #FECB9B;
}
.AnyTagClassName
{
color: #FECB9B;
}
</style>
background-color css
<style>
a { background-color: #FECB9B; }
a { background-color: rgb(254,203,155); }
div.DivClassName
{
background-color: #FECB9B;
}
.BgClassName
{
background-color: #FECB9B;
}
</style>
border-color css
<style>
span { border-color: #FECB9B; }
span { border-color: rgb(254,203,155); }
td.TdClassName
{
border-color: #FECB9B;
}
.TagClassName
{
border-color: #FECB9B;
}
</style>