Shades of Peach-Orange #FCC18C
Tints of Peach-Orange #FCC18C
RGB
CMYK
RGB Variations
Color information
#FCC18C (or 0xFCC18C) is known color: Peach-Orange. HEX triplet: FC, C1 and 8C. RGB value is (252,193,140). Sum of RGB (Red+Green+Blue) = 252+193+140=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC18C is #033E73. Grayscale: #CCCCCC. Windows color (decimal): -212596 or 9224700. OLE color: 9224700.
HSL color Cylindrical-coordinate representation of color #FCC18C: hue angle of 28.39º 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 #FCC18C is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 140 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.01 |
| HSL | 28.39º | 0.95% | 0.77% | - |
| HSV(B) | 28.39º | 0.44% | 0.99% | - |
| XYZ | 63.95 | 60.73 | 33.16 | - |
| YUV | 204.6 | 91.55 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 140 | 0 | 0.23 | 0.44 | 0.01 | 28.39 | 0.95 | 0.77 |
| Hex | FC | C1 | 8C | 0 | 17 | 2C | 1 | 1C | 5F | 4D |
| Octal | 374 | 301 | 214 | 0 | 27 | 54 | 1 | 34 | 137 | 115 |
| Binary | 11111100 | 11000001 | 10001100 | 0 | 10111 | 101100 | 1 | 11100 | 1011111 | 1001101 |
Color Harmonies of #FCC18C
Complementary color
Monochromatic Colors of #FCC18C
Black with #FCC18C
Text Example
Text Example
White with #FCC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC18C; }
p { color: rgb(252,193,140); }
H1.HeaderClassName
{
color: #FCC18C;
}
.AnyTagClassName
{
color: #FCC18C;
}
</style>
background-color css
<style>
a { background-color: #FCC18C; }
a { background-color: rgb(252,193,140); }
div.DivClassName
{
background-color: #FCC18C;
}
.BgClassName
{
background-color: #FCC18C;
}
</style>
border-color css
<style>
span { border-color: #FCC18C; }
span { border-color: rgb(252,193,140); }
td.TdClassName
{
border-color: #FCC18C;
}
.TagClassName
{
border-color: #FCC18C;
}
</style>