Shades of Peach-Orange #FCC48C
Tints of Peach-Orange #FCC48C
RGB
CMYK
RGB Variations
Color information
#FCC48C (or 0xFCC48C) is known color: Peach-Orange. HEX triplet: FC, C4 and 8C. RGB value is (252,196,140). Sum of RGB (Red+Green+Blue) = 252+196+140=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC48C is #033B73. Grayscale: #CECECE. Windows color (decimal): -211828 or 9225468. OLE color: 9225468.
HSL color Cylindrical-coordinate representation of color #FCC48C: hue angle of 30º 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 #FCC48C is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 140 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.01 |
| HSL | 30º | 0.95% | 0.77% | - |
| HSV(B) | 30º | 0.44% | 0.99% | - |
| XYZ | 64.62 | 62.07 | 33.39 | - |
| YUV | 206.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 140 | 0 | 0.22 | 0.44 | 0.01 | 30 | 0.95 | 0.77 |
| Hex | FC | C4 | 8C | 0 | 16 | 2C | 1 | 1E | 5F | 4D |
| Octal | 374 | 304 | 214 | 0 | 26 | 54 | 1 | 36 | 137 | 115 |
| Binary | 11111100 | 11000100 | 10001100 | 0 | 10110 | 101100 | 1 | 11110 | 1011111 | 1001101 |
Color Harmonies of #FCC48C
Complementary color
Monochromatic Colors of #FCC48C
Black with #FCC48C
Text Example
Text Example
White with #FCC48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC48C; }
p { color: rgb(252,196,140); }
H1.HeaderClassName
{
color: #FCC48C;
}
.AnyTagClassName
{
color: #FCC48C;
}
</style>
background-color css
<style>
a { background-color: #FCC48C; }
a { background-color: rgb(252,196,140); }
div.DivClassName
{
background-color: #FCC48C;
}
.BgClassName
{
background-color: #FCC48C;
}
</style>
border-color css
<style>
span { border-color: #FCC48C; }
span { border-color: rgb(252,196,140); }
td.TdClassName
{
border-color: #FCC48C;
}
.TagClassName
{
border-color: #FCC48C;
}
</style>