Shades of Peach-Orange #FECF9B
Tints of Peach-Orange #FECF9B
RGB
CMYK
RGB Variations
Color information
#FECF9B (or 0xFECF9B) is known color: Peach-Orange. HEX triplet: FE, CF and 9B. RGB value is (254,207,155). Sum of RGB (Red+Green+Blue) = 254+207+155=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 155 (60.94% from 255 or 25.16% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF9B is #013064. Grayscale: #D7D7D7. Windows color (decimal): -77925 or 10211326. OLE color: 10211326.
HSL color Cylindrical-coordinate representation of color #FECF9B: hue angle of 31.52º 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 #FECF9B is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 155 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.00 |
| HSL | 31.52º | 0.98% | 0.8% | - |
| HSV(B) | 31.52º | 0.39% | 1% | - |
| XYZ | 69.1 | 68.06 | 40.51 | - |
| YUV | 215.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 155 | 0 | 0.19 | 0.39 | 0.00 | 31.52 | 0.98 | 0.8 |
| Hex | FE | CF | 9B | 0 | 13 | 27 | 0 | 20 | 62 | 50 |
| Octal | 376 | 317 | 233 | 0 | 23 | 47 | 0 | 40 | 142 | 120 |
| Binary | 11111110 | 11001111 | 10011011 | 0 | 10011 | 100111 | 0 | 100000 | 1100010 | 1010000 |
Color Harmonies of #FECF9B
Complementary color
Monochromatic Colors of #FECF9B
Black with #FECF9B
Text Example
Text Example
White with #FECF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF9B; }
p { color: rgb(254,207,155); }
H1.HeaderClassName
{
color: #FECF9B;
}
.AnyTagClassName
{
color: #FECF9B;
}
</style>
background-color css
<style>
a { background-color: #FECF9B; }
a { background-color: rgb(254,207,155); }
div.DivClassName
{
background-color: #FECF9B;
}
.BgClassName
{
background-color: #FECF9B;
}
</style>
border-color css
<style>
span { border-color: #FECF9B; }
span { border-color: rgb(254,207,155); }
td.TdClassName
{
border-color: #FECF9B;
}
.TagClassName
{
border-color: #FECF9B;
}
</style>