Shades of Peach-Orange #FCC898
Tints of Peach-Orange #FCC898
RGB
CMYK
RGB Variations
Color information
#FCC898 (or 0xFCC898) is known color: Peach-Orange. HEX triplet: FC, C8 and 98. RGB value is (252,200,152). Sum of RGB (Red+Green+Blue) = 252+200+152=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC898 is #033767. Grayscale: #D2D2D2. Windows color (decimal): -210792 or 10012924. OLE color: 10012924.
HSL color Cylindrical-coordinate representation of color #FCC898: hue angle of 28.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCC898 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 152 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.01 |
| HSL | 28.8º | 0.94% | 0.79% | - |
| HSV(B) | 28.8º | 0.4% | 0.99% | - |
| XYZ | 66.47 | 64.27 | 38.61 | - |
| YUV | 210.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 152 | 0 | 0.21 | 0.40 | 0.01 | 28.8 | 0.94 | 0.79 |
| Hex | FC | C8 | 98 | 0 | 15 | 28 | 1 | 1D | 5E | 4F |
| Octal | 374 | 310 | 230 | 0 | 25 | 50 | 1 | 35 | 136 | 117 |
| Binary | 11111100 | 11001000 | 10011000 | 0 | 10101 | 101000 | 1 | 11101 | 1011110 | 1001111 |
Color Harmonies of #FCC898
Complementary color
Monochromatic Colors of #FCC898
Black with #FCC898
Text Example
Text Example
White with #FCC898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC898; }
p { color: rgb(252,200,152); }
H1.HeaderClassName
{
color: #FCC898;
}
.AnyTagClassName
{
color: #FCC898;
}
</style>
background-color css
<style>
a { background-color: #FCC898; }
a { background-color: rgb(252,200,152); }
div.DivClassName
{
background-color: #FCC898;
}
.BgClassName
{
background-color: #FCC898;
}
</style>
border-color css
<style>
span { border-color: #FCC898; }
span { border-color: rgb(252,200,152); }
td.TdClassName
{
border-color: #FCC898;
}
.TagClassName
{
border-color: #FCC898;
}
</style>