Shades of Peach-Orange #FCC899
Tints of Peach-Orange #FCC899
RGB
CMYK
RGB Variations
Color information
#FCC899 (or 0xFCC899) is known color: Peach-Orange. HEX triplet: FC, C8 and 99. RGB value is (252,200,153). Sum of RGB (Red+Green+Blue) = 252+200+153=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC899 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC899 is #033766. Grayscale: #D2D2D2. Windows color (decimal): -210791 or 10078460. OLE color: 10078460.
HSL color Cylindrical-coordinate representation of color #FCC899: hue angle of 28.48º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCC899 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 153 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.01 |
| HSL | 28.48º | 0.94% | 0.79% | - |
| HSV(B) | 28.48º | 0.39% | 0.99% | - |
| XYZ | 66.55 | 64.3 | 39.04 | - |
| YUV | 210.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 153 | 0 | 0.21 | 0.39 | 0.01 | 28.48 | 0.94 | 0.79 |
| Hex | FC | C8 | 99 | 0 | 15 | 27 | 1 | 1C | 5E | 4F |
| Octal | 374 | 310 | 231 | 0 | 25 | 47 | 1 | 34 | 136 | 117 |
| Binary | 11111100 | 11001000 | 10011001 | 0 | 10101 | 100111 | 1 | 11100 | 1011110 | 1001111 |
Color Harmonies of #FCC899
Complementary color
Monochromatic Colors of #FCC899
Black with #FCC899
Text Example
Text Example
White with #FCC899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC899; }
p { color: rgb(252,200,153); }
H1.HeaderClassName
{
color: #FCC899;
}
.AnyTagClassName
{
color: #FCC899;
}
</style>
background-color css
<style>
a { background-color: #FCC899; }
a { background-color: rgb(252,200,153); }
div.DivClassName
{
background-color: #FCC899;
}
.BgClassName
{
background-color: #FCC899;
}
</style>
border-color css
<style>
span { border-color: #FCC899; }
span { border-color: rgb(252,200,153); }
td.TdClassName
{
border-color: #FCC899;
}
.TagClassName
{
border-color: #FCC899;
}
</style>