Shades of Peach-Orange #FCC78E
Tints of Peach-Orange #FCC78E
RGB
CMYK
RGB Variations
Color information
#FCC78E (or 0xFCC78E) is known color: Peach-Orange. HEX triplet: FC, C7 and 8E. RGB value is (252,199,142). Sum of RGB (Red+Green+Blue) = 252+199+142=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC78E is #033871. Grayscale: #D0D0D0. Windows color (decimal): -211058 or 9357308. OLE color: 9357308.
HSL color Cylindrical-coordinate representation of color #FCC78E: hue angle of 31.09º 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 #FCC78E is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 142 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.01 |
| HSL | 31.09º | 0.95% | 0.77% | - |
| HSV(B) | 31.09º | 0.44% | 0.99% | - |
| XYZ | 65.45 | 63.5 | 34.4 | - |
| YUV | 208.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 142 | 0 | 0.21 | 0.44 | 0.01 | 31.09 | 0.95 | 0.77 |
| Hex | FC | C7 | 8E | 0 | 15 | 2C | 1 | 1F | 5F | 4D |
| Octal | 374 | 307 | 216 | 0 | 25 | 54 | 1 | 37 | 137 | 115 |
| Binary | 11111100 | 11000111 | 10001110 | 0 | 10101 | 101100 | 1 | 11111 | 1011111 | 1001101 |
Color Harmonies of #FCC78E
Complementary color
Monochromatic Colors of #FCC78E
Black with #FCC78E
Text Example
Text Example
White with #FCC78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC78E; }
p { color: rgb(252,199,142); }
H1.HeaderClassName
{
color: #FCC78E;
}
.AnyTagClassName
{
color: #FCC78E;
}
</style>
background-color css
<style>
a { background-color: #FCC78E; }
a { background-color: rgb(252,199,142); }
div.DivClassName
{
background-color: #FCC78E;
}
.BgClassName
{
background-color: #FCC78E;
}
</style>
border-color css
<style>
span { border-color: #FCC78E; }
span { border-color: rgb(252,199,142); }
td.TdClassName
{
border-color: #FCC78E;
}
.TagClassName
{
border-color: #FCC78E;
}
</style>