Shades of Peach-Orange #FCCC8E
Tints of Peach-Orange #FCCC8E
RGB
CMYK
RGB Variations
Color information
#FCCC8E (or 0xFCCC8E) is known color: Peach-Orange. HEX triplet: FC, CC and 8E. RGB value is (252,204,142). Sum of RGB (Red+Green+Blue) = 252+204+142=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 142 (55.86% from 255 or 23.75% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCC8E is #033371. Grayscale: #D3D3D3. Windows color (decimal): -209778 or 9358588. OLE color: 9358588.
HSL color Cylindrical-coordinate representation of color #FCCC8E: hue angle of 33.82º 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 #FCCC8E is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 142 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.01 |
| HSL | 33.82º | 0.95% | 0.77% | - |
| HSV(B) | 33.82º | 0.44% | 0.99% | - |
| XYZ | 66.62 | 65.83 | 34.79 | - |
| YUV | 211.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 142 | 0 | 0.19 | 0.44 | 0.01 | 33.82 | 0.95 | 0.77 |
| Hex | FC | CC | 8E | 0 | 13 | 2C | 1 | 22 | 5F | 4D |
| Octal | 374 | 314 | 216 | 0 | 23 | 54 | 1 | 42 | 137 | 115 |
| Binary | 11111100 | 11001100 | 10001110 | 0 | 10011 | 101100 | 1 | 100010 | 1011111 | 1001101 |
Color Harmonies of #FCCC8E
Complementary color
Monochromatic Colors of #FCCC8E
Black with #FCCC8E
Text Example
Text Example
White with #FCCC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCC8E; }
p { color: rgb(252,204,142); }
H1.HeaderClassName
{
color: #FCCC8E;
}
.AnyTagClassName
{
color: #FCCC8E;
}
</style>
background-color css
<style>
a { background-color: #FCCC8E; }
a { background-color: rgb(252,204,142); }
div.DivClassName
{
background-color: #FCCC8E;
}
.BgClassName
{
background-color: #FCCC8E;
}
</style>
border-color css
<style>
span { border-color: #FCCC8E; }
span { border-color: rgb(252,204,142); }
td.TdClassName
{
border-color: #FCCC8E;
}
.TagClassName
{
border-color: #FCCC8E;
}
</style>