Shades of Peach-Orange #FCC897
Tints of Peach-Orange #FCC897
RGB
CMYK
RGB Variations
Color information
#FCC897 (or 0xFCC897) is known color: Peach-Orange. HEX triplet: FC, C8 and 97. RGB value is (252,200,151). Sum of RGB (Red+Green+Blue) = 252+200+151=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC897 is #033768. Grayscale: #D2D2D2. Windows color (decimal): -210793 or 9947388. OLE color: 9947388.
HSL color Cylindrical-coordinate representation of color #FCC897: hue angle of 29.11º 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 #FCC897 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 151 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.01 |
| HSL | 29.11º | 0.94% | 0.79% | - |
| HSV(B) | 29.11º | 0.4% | 0.99% | - |
| XYZ | 66.39 | 64.24 | 38.18 | - |
| YUV | 209.96 | 94.73 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 151 | 0 | 0.21 | 0.40 | 0.01 | 29.11 | 0.94 | 0.79 |
| Hex | FC | C8 | 97 | 0 | 15 | 28 | 1 | 1D | 5E | 4F |
| Octal | 374 | 310 | 227 | 0 | 25 | 50 | 1 | 35 | 136 | 117 |
| Binary | 11111100 | 11001000 | 10010111 | 0 | 10101 | 101000 | 1 | 11101 | 1011110 | 1001111 |
Color Harmonies of #FCC897
Complementary color
Monochromatic Colors of #FCC897
Black with #FCC897
Text Example
Text Example
White with #FCC897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC897; }
p { color: rgb(252,200,151); }
H1.HeaderClassName
{
color: #FCC897;
}
.AnyTagClassName
{
color: #FCC897;
}
</style>
background-color css
<style>
a { background-color: #FCC897; }
a { background-color: rgb(252,200,151); }
div.DivClassName
{
background-color: #FCC897;
}
.BgClassName
{
background-color: #FCC897;
}
</style>
border-color css
<style>
span { border-color: #FCC897; }
span { border-color: rgb(252,200,151); }
td.TdClassName
{
border-color: #FCC897;
}
.TagClassName
{
border-color: #FCC897;
}
</style>