Shades of Peach-Orange #FCC895
Tints of Peach-Orange #FCC895
RGB
CMYK
RGB Variations
Color information
#FCC895 (or 0xFCC895) is known color: Peach-Orange. HEX triplet: FC, C8 and 95. RGB value is (252,200,149). Sum of RGB (Red+Green+Blue) = 252+200+149=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC895 is #03376A. Grayscale: #D1D1D1. Windows color (decimal): -210795 or 9816316. OLE color: 9816316.
HSL color Cylindrical-coordinate representation of color #FCC895: hue angle of 29.71º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCC895 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 149 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.01 |
| HSL | 29.71º | 0.94% | 0.79% | - |
| HSV(B) | 29.71º | 0.41% | 0.99% | - |
| XYZ | 66.22 | 64.17 | 37.33 | - |
| YUV | 209.73 | 93.73 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 149 | 0 | 0.21 | 0.41 | 0.01 | 29.71 | 0.94 | 0.79 |
| Hex | FC | C8 | 95 | 0 | 15 | 29 | 1 | 1E | 5E | 4F |
| Octal | 374 | 310 | 225 | 0 | 25 | 51 | 1 | 36 | 136 | 117 |
| Binary | 11111100 | 11001000 | 10010101 | 0 | 10101 | 101001 | 1 | 11110 | 1011110 | 1001111 |
Color Harmonies of #FCC895
Complementary color
Monochromatic Colors of #FCC895
Black with #FCC895
Text Example
Text Example
White with #FCC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC895; }
p { color: rgb(252,200,149); }
H1.HeaderClassName
{
color: #FCC895;
}
.AnyTagClassName
{
color: #FCC895;
}
</style>
background-color css
<style>
a { background-color: #FCC895; }
a { background-color: rgb(252,200,149); }
div.DivClassName
{
background-color: #FCC895;
}
.BgClassName
{
background-color: #FCC895;
}
</style>
border-color css
<style>
span { border-color: #FCC895; }
span { border-color: rgb(252,200,149); }
td.TdClassName
{
border-color: #FCC895;
}
.TagClassName
{
border-color: #FCC895;
}
</style>