Shades of Peach-Orange #FCC98C
Tints of Peach-Orange #FCC98C
RGB
CMYK
RGB Variations
Color information
#FCC98C (or 0xFCC98C) is known color: Peach-Orange. HEX triplet: FC, C9 and 8C. RGB value is (252,201,140). Sum of RGB (Red+Green+Blue) = 252+201+140=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC98C is #033673. Grayscale: #D1D1D1. Windows color (decimal): -210548 or 9226748. OLE color: 9226748.
HSL color Cylindrical-coordinate representation of color #FCC98C: hue angle of 32.68º 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 #FCC98C is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 140 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.01 |
| HSL | 32.68º | 0.95% | 0.77% | - |
| HSV(B) | 32.68º | 0.44% | 0.99% | - |
| XYZ | 65.77 | 64.36 | 33.77 | - |
| YUV | 209.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 140 | 0 | 0.20 | 0.44 | 0.01 | 32.68 | 0.95 | 0.77 |
| Hex | FC | C9 | 8C | 0 | 14 | 2C | 1 | 21 | 5F | 4D |
| Octal | 374 | 311 | 214 | 0 | 24 | 54 | 1 | 41 | 137 | 115 |
| Binary | 11111100 | 11001001 | 10001100 | 0 | 10100 | 101100 | 1 | 100001 | 1011111 | 1001101 |
Color Harmonies of #FCC98C
Complementary color
Monochromatic Colors of #FCC98C
Black with #FCC98C
Text Example
Text Example
White with #FCC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC98C; }
p { color: rgb(252,201,140); }
H1.HeaderClassName
{
color: #FCC98C;
}
.AnyTagClassName
{
color: #FCC98C;
}
</style>
background-color css
<style>
a { background-color: #FCC98C; }
a { background-color: rgb(252,201,140); }
div.DivClassName
{
background-color: #FCC98C;
}
.BgClassName
{
background-color: #FCC98C;
}
</style>
border-color css
<style>
span { border-color: #FCC98C; }
span { border-color: rgb(252,201,140); }
td.TdClassName
{
border-color: #FCC98C;
}
.TagClassName
{
border-color: #FCC98C;
}
</style>