Shades of Peach-Orange #FCC88C
Tints of Peach-Orange #FCC88C
RGB
CMYK
RGB Variations
Color information
#FCC88C (or 0xFCC88C) is known color: Peach-Orange. HEX triplet: FC, C8 and 8C. RGB value is (252,200,140). Sum of RGB (Red+Green+Blue) = 252+200+140=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 140 (55.08% from 255 or 23.65% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC88C is #033773. Grayscale: #D1D1D1. Windows color (decimal): -210804 or 9226492. OLE color: 9226492.
HSL color Cylindrical-coordinate representation of color #FCC88C: hue angle of 32.14º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCC88C is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 140 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.01 |
| HSL | 32.14º | 0.95% | 0.77% | - |
| HSV(B) | 32.14º | 0.44% | 0.99% | - |
| XYZ | 65.53 | 63.9 | 33.69 | - |
| YUV | 208.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 140 | 0 | 0.21 | 0.44 | 0.01 | 32.14 | 0.95 | 0.77 |
| Hex | FC | C8 | 8C | 0 | 15 | 2C | 1 | 20 | 5F | 4D |
| Octal | 374 | 310 | 214 | 0 | 25 | 54 | 1 | 40 | 137 | 115 |
| Binary | 11111100 | 11001000 | 10001100 | 0 | 10101 | 101100 | 1 | 100000 | 1011111 | 1001101 |
Color Harmonies of #FCC88C
Complementary color
Monochromatic Colors of #FCC88C
Black with #FCC88C
Text Example
Text Example
White with #FCC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC88C; }
p { color: rgb(252,200,140); }
H1.HeaderClassName
{
color: #FCC88C;
}
.AnyTagClassName
{
color: #FCC88C;
}
</style>
background-color css
<style>
a { background-color: #FCC88C; }
a { background-color: rgb(252,200,140); }
div.DivClassName
{
background-color: #FCC88C;
}
.BgClassName
{
background-color: #FCC88C;
}
</style>
border-color css
<style>
span { border-color: #FCC88C; }
span { border-color: rgb(252,200,140); }
td.TdClassName
{
border-color: #FCC88C;
}
.TagClassName
{
border-color: #FCC88C;
}
</style>