Shades of Peach-Orange #FCC58E
Tints of Peach-Orange #FCC58E
RGB
CMYK
RGB Variations
Color information
#FCC58E (or 0xFCC58E) is known color: Peach-Orange. HEX triplet: FC, C5 and 8E. RGB value is (252,197,142). Sum of RGB (Red+Green+Blue) = 252+197+142=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC58E is #033A71. Grayscale: #CFCFCF. Windows color (decimal): -211570 or 9356796. OLE color: 9356796.
HSL color Cylindrical-coordinate representation of color #FCC58E: hue angle of 30º 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 #FCC58E is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 142 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.01 |
| HSL | 30º | 0.95% | 0.77% | - |
| HSV(B) | 30º | 0.44% | 0.99% | - |
| XYZ | 64.99 | 62.58 | 34.24 | - |
| YUV | 207.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 142 | 0 | 0.22 | 0.44 | 0.01 | 30 | 0.95 | 0.77 |
| Hex | FC | C5 | 8E | 0 | 16 | 2C | 1 | 1E | 5F | 4D |
| Octal | 374 | 305 | 216 | 0 | 26 | 54 | 1 | 36 | 137 | 115 |
| Binary | 11111100 | 11000101 | 10001110 | 0 | 10110 | 101100 | 1 | 11110 | 1011111 | 1001101 |
Color Harmonies of #FCC58E
Complementary color
Monochromatic Colors of #FCC58E
Black with #FCC58E
Text Example
Text Example
White with #FCC58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC58E; }
p { color: rgb(252,197,142); }
H1.HeaderClassName
{
color: #FCC58E;
}
.AnyTagClassName
{
color: #FCC58E;
}
</style>
background-color css
<style>
a { background-color: #FCC58E; }
a { background-color: rgb(252,197,142); }
div.DivClassName
{
background-color: #FCC58E;
}
.BgClassName
{
background-color: #FCC58E;
}
</style>
border-color css
<style>
span { border-color: #FCC58E; }
span { border-color: rgb(252,197,142); }
td.TdClassName
{
border-color: #FCC58E;
}
.TagClassName
{
border-color: #FCC58E;
}
</style>