Shades of Peach-Orange #FCC38C
Tints of Peach-Orange #FCC38C
RGB
CMYK
RGB Variations
Color information
#FCC38C (or 0xFCC38C) is known color: Peach-Orange. HEX triplet: FC, C3 and 8C. RGB value is (252,195,140). Sum of RGB (Red+Green+Blue) = 252+195+140=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC38C is #033C73. Grayscale: #CECECE. Windows color (decimal): -212084 or 9225212. OLE color: 9225212.
HSL color Cylindrical-coordinate representation of color #FCC38C: hue angle of 29.46º 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 #FCC38C is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 140 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.01 |
| HSL | 29.46º | 0.95% | 0.77% | - |
| HSV(B) | 29.46º | 0.44% | 0.99% | - |
| XYZ | 64.39 | 61.62 | 33.31 | - |
| YUV | 205.77 | 90.88 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 140 | 0 | 0.23 | 0.44 | 0.01 | 29.46 | 0.95 | 0.77 |
| Hex | FC | C3 | 8C | 0 | 17 | 2C | 1 | 1D | 5F | 4D |
| Octal | 374 | 303 | 214 | 0 | 27 | 54 | 1 | 35 | 137 | 115 |
| Binary | 11111100 | 11000011 | 10001100 | 0 | 10111 | 101100 | 1 | 11101 | 1011111 | 1001101 |
Color Harmonies of #FCC38C
Complementary color
Monochromatic Colors of #FCC38C
Black with #FCC38C
Text Example
Text Example
White with #FCC38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC38C; }
p { color: rgb(252,195,140); }
H1.HeaderClassName
{
color: #FCC38C;
}
.AnyTagClassName
{
color: #FCC38C;
}
</style>
background-color css
<style>
a { background-color: #FCC38C; }
a { background-color: rgb(252,195,140); }
div.DivClassName
{
background-color: #FCC38C;
}
.BgClassName
{
background-color: #FCC38C;
}
</style>
border-color css
<style>
span { border-color: #FCC38C; }
span { border-color: rgb(252,195,140); }
td.TdClassName
{
border-color: #FCC38C;
}
.TagClassName
{
border-color: #FCC38C;
}
</style>