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