Shades of Peach-Orange #FCC68C
Tints of Peach-Orange #FCC68C
RGB
CMYK
RGB Variations
Color information
#FCC68C (or 0xFCC68C) is known color: Peach-Orange. HEX triplet: FC, C6 and 8C. RGB value is (252,198,140). Sum of RGB (Red+Green+Blue) = 252+198+140=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 140 (55.08% from 255 or 23.73% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC68C is #033973. Grayscale: #CFCFCF. Windows color (decimal): -211316 or 9225980. OLE color: 9225980.
HSL color Cylindrical-coordinate representation of color #FCC68C: hue angle of 31.07º 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 #FCC68C is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 140 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.01 |
| HSL | 31.07º | 0.95% | 0.77% | - |
| HSV(B) | 31.07º | 0.44% | 0.99% | - |
| XYZ | 65.07 | 62.98 | 33.54 | - |
| YUV | 207.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 140 | 0 | 0.21 | 0.44 | 0.01 | 31.07 | 0.95 | 0.77 |
| Hex | FC | C6 | 8C | 0 | 15 | 2C | 1 | 1F | 5F | 4D |
| Octal | 374 | 306 | 214 | 0 | 25 | 54 | 1 | 37 | 137 | 115 |
| Binary | 11111100 | 11000110 | 10001100 | 0 | 10101 | 101100 | 1 | 11111 | 1011111 | 1001101 |
Color Harmonies of #FCC68C
Complementary color
Monochromatic Colors of #FCC68C
Black with #FCC68C
Text Example
Text Example
White with #FCC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC68C; }
p { color: rgb(252,198,140); }
H1.HeaderClassName
{
color: #FCC68C;
}
.AnyTagClassName
{
color: #FCC68C;
}
</style>
background-color css
<style>
a { background-color: #FCC68C; }
a { background-color: rgb(252,198,140); }
div.DivClassName
{
background-color: #FCC68C;
}
.BgClassName
{
background-color: #FCC68C;
}
</style>
border-color css
<style>
span { border-color: #FCC68C; }
span { border-color: rgb(252,198,140); }
td.TdClassName
{
border-color: #FCC68C;
}
.TagClassName
{
border-color: #FCC68C;
}
</style>