Shades of Peach-Orange #FCCF9C
Tints of Peach-Orange #FCCF9C
RGB
CMYK
RGB Variations
Color information
#FCCF9C (or 0xFCCF9C) is known color: Peach-Orange. HEX triplet: FC, CF and 9C. RGB value is (252,207,156). Sum of RGB (Red+Green+Blue) = 252+207+156=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF9C is #033063. Grayscale: #D6D6D6. Windows color (decimal): -208996 or 10276860. OLE color: 10276860.
HSL color Cylindrical-coordinate representation of color #FCCF9C: hue angle of 31.88º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCCF9C is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 156 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.01 |
| HSL | 31.88º | 0.94% | 0.8% | - |
| HSV(B) | 31.88º | 0.38% | 0.99% | - |
| XYZ | 68.46 | 67.72 | 40.92 | - |
| YUV | 214.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 156 | 0 | 0.18 | 0.38 | 0.01 | 31.88 | 0.94 | 0.8 |
| Hex | FC | CF | 9C | 0 | 12 | 26 | 1 | 20 | 5E | 50 |
| Octal | 374 | 317 | 234 | 0 | 22 | 46 | 1 | 40 | 136 | 120 |
| Binary | 11111100 | 11001111 | 10011100 | 0 | 10010 | 100110 | 1 | 100000 | 1011110 | 1010000 |
Color Harmonies of #FCCF9C
Complementary color
Monochromatic Colors of #FCCF9C
Black with #FCCF9C
Text Example
Text Example
White with #FCCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCF9C; }
p { color: rgb(252,207,156); }
H1.HeaderClassName
{
color: #FCCF9C;
}
.AnyTagClassName
{
color: #FCCF9C;
}
</style>
background-color css
<style>
a { background-color: #FCCF9C; }
a { background-color: rgb(252,207,156); }
div.DivClassName
{
background-color: #FCCF9C;
}
.BgClassName
{
background-color: #FCCF9C;
}
</style>
border-color css
<style>
span { border-color: #FCCF9C; }
span { border-color: rgb(252,207,156); }
td.TdClassName
{
border-color: #FCCF9C;
}
.TagClassName
{
border-color: #FCCF9C;
}
</style>