Shades of Peach-Orange #FCC08D
Tints of Peach-Orange #FCC08D
RGB
CMYK
RGB Variations
Color information
#FCC08D (or 0xFCC08D) is known color: Peach-Orange. HEX triplet: FC, C0 and 8D. RGB value is (252,192,141). Sum of RGB (Red+Green+Blue) = 252+192+141=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC08D is #033F72. Grayscale: #CCCCCC. Windows color (decimal): -212851 or 9289980. OLE color: 9289980.
HSL color Cylindrical-coordinate representation of color #FCC08D: hue angle of 27.57º 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 #FCC08D is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 141 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.01 |
| HSL | 27.57º | 0.95% | 0.77% | - |
| HSV(B) | 27.57º | 0.44% | 0.99% | - |
| XYZ | 63.8 | 60.32 | 33.48 | - |
| YUV | 204.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 141 | 0 | 0.24 | 0.44 | 0.01 | 27.57 | 0.95 | 0.77 |
| Hex | FC | C0 | 8D | 0 | 18 | 2C | 1 | 1C | 5F | 4D |
| Octal | 374 | 300 | 215 | 0 | 30 | 54 | 1 | 34 | 137 | 115 |
| Binary | 11111100 | 11000000 | 10001101 | 0 | 11000 | 101100 | 1 | 11100 | 1011111 | 1001101 |
Color Harmonies of #FCC08D
Complementary color
Monochromatic Colors of #FCC08D
Black with #FCC08D
Text Example
Text Example
White with #FCC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC08D; }
p { color: rgb(252,192,141); }
H1.HeaderClassName
{
color: #FCC08D;
}
.AnyTagClassName
{
color: #FCC08D;
}
</style>
background-color css
<style>
a { background-color: #FCC08D; }
a { background-color: rgb(252,192,141); }
div.DivClassName
{
background-color: #FCC08D;
}
.BgClassName
{
background-color: #FCC08D;
}
</style>
border-color css
<style>
span { border-color: #FCC08D; }
span { border-color: rgb(252,192,141); }
td.TdClassName
{
border-color: #FCC08D;
}
.TagClassName
{
border-color: #FCC08D;
}
</style>