Shades of Peach-Orange #FCCC8D
Tints of Peach-Orange #FCCC8D
RGB
CMYK
RGB Variations
Color information
#FCCC8D (or 0xFCCC8D) is known color: Peach-Orange. HEX triplet: FC, CC and 8D. RGB value is (252,204,141). Sum of RGB (Red+Green+Blue) = 252+204+141=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 141 (55.47% from 255 or 23.62% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC8D is #033372. Grayscale: #D3D3D3. Windows color (decimal): -209779 or 9293052. OLE color: 9293052.
HSL color Cylindrical-coordinate representation of color #FCCC8D: hue angle of 34.05º 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 #FCCC8D is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 141 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.01 |
| HSL | 34.05º | 0.95% | 0.77% | - |
| HSV(B) | 34.05º | 0.44% | 0.99% | - |
| XYZ | 66.55 | 65.8 | 34.39 | - |
| YUV | 211.17 | 88.4 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 141 | 0 | 0.19 | 0.44 | 0.01 | 34.05 | 0.95 | 0.77 |
| Hex | FC | CC | 8D | 0 | 13 | 2C | 1 | 22 | 5F | 4D |
| Octal | 374 | 314 | 215 | 0 | 23 | 54 | 1 | 42 | 137 | 115 |
| Binary | 11111100 | 11001100 | 10001101 | 0 | 10011 | 101100 | 1 | 100010 | 1011111 | 1001101 |
Color Harmonies of #FCCC8D
Complementary color
Monochromatic Colors of #FCCC8D
Black with #FCCC8D
Text Example
Text Example
White with #FCCC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC8D; }
p { color: rgb(252,204,141); }
H1.HeaderClassName
{
color: #FCCC8D;
}
.AnyTagClassName
{
color: #FCCC8D;
}
</style>
background-color css
<style>
a { background-color: #FCCC8D; }
a { background-color: rgb(252,204,141); }
div.DivClassName
{
background-color: #FCCC8D;
}
.BgClassName
{
background-color: #FCCC8D;
}
</style>
border-color css
<style>
span { border-color: #FCCC8D; }
span { border-color: rgb(252,204,141); }
td.TdClassName
{
border-color: #FCCC8D;
}
.TagClassName
{
border-color: #FCCC8D;
}
</style>