Shades of Peach-Orange #FCC78C
Tints of Peach-Orange #FCC78C
RGB
CMYK
RGB Variations
Color information
#FCC78C (or 0xFCC78C) is known color: Peach-Orange. HEX triplet: FC, C7 and 8C. RGB value is (252,199,140). Sum of RGB (Red+Green+Blue) = 252+199+140=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC78C is #033873. Grayscale: #D0D0D0. Windows color (decimal): -211060 or 9226236. OLE color: 9226236.
HSL color Cylindrical-coordinate representation of color #FCC78C: hue angle of 31.61º 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 #FCC78C is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 140 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.01 |
| HSL | 31.61º | 0.95% | 0.77% | - |
| HSV(B) | 31.61º | 0.44% | 0.99% | - |
| XYZ | 65.3 | 63.44 | 33.61 | - |
| YUV | 208.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 140 | 0 | 0.21 | 0.44 | 0.01 | 31.61 | 0.95 | 0.77 |
| Hex | FC | C7 | 8C | 0 | 15 | 2C | 1 | 20 | 5F | 4D |
| Octal | 374 | 307 | 214 | 0 | 25 | 54 | 1 | 40 | 137 | 115 |
| Binary | 11111100 | 11000111 | 10001100 | 0 | 10101 | 101100 | 1 | 100000 | 1011111 | 1001101 |
Color Harmonies of #FCC78C
Complementary color
Monochromatic Colors of #FCC78C
Black with #FCC78C
Text Example
Text Example
White with #FCC78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC78C; }
p { color: rgb(252,199,140); }
H1.HeaderClassName
{
color: #FCC78C;
}
.AnyTagClassName
{
color: #FCC78C;
}
</style>
background-color css
<style>
a { background-color: #FCC78C; }
a { background-color: rgb(252,199,140); }
div.DivClassName
{
background-color: #FCC78C;
}
.BgClassName
{
background-color: #FCC78C;
}
</style>
border-color css
<style>
span { border-color: #FCC78C; }
span { border-color: rgb(252,199,140); }
td.TdClassName
{
border-color: #FCC78C;
}
.TagClassName
{
border-color: #FCC78C;
}
</style>