Shades of Romantic #FCC59D
Tints of Romantic #FCC59D
RGB
CMYK
RGB Variations
Color information
#FCC59D (or 0xFCC59D) is known color: Romantic. HEX triplet: FC, C5 and 9D. RGB value is (252,197,157). Sum of RGB (Red+Green+Blue) = 252+197+157=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC59D is #033A62. Grayscale: #D1D1D1. Windows color (decimal): -211555 or 10339836. OLE color: 10339836.
HSL color Cylindrical-coordinate representation of color #FCC59D: hue angle of 25.26º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCC59D is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 157 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.01 |
| HSL | 25.26º | 0.94% | 0.8% | - |
| HSV(B) | 25.26º | 0.38% | 0.99% | - |
| XYZ | 66.2 | 63.06 | 40.58 | - |
| YUV | 208.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 157 | 0 | 0.22 | 0.38 | 0.01 | 25.26 | 0.94 | 0.8 |
| Hex | FC | C5 | 9D | 0 | 16 | 26 | 1 | 19 | 5E | 50 |
| Octal | 374 | 305 | 235 | 0 | 26 | 46 | 1 | 31 | 136 | 120 |
| Binary | 11111100 | 11000101 | 10011101 | 0 | 10110 | 100110 | 1 | 11001 | 1011110 | 1010000 |
Color Harmonies of #FCC59D
Complementary color
Monochromatic Colors of #FCC59D
Black with #FCC59D
Text Example
Text Example
White with #FCC59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC59D; }
p { color: rgb(252,197,157); }
H1.HeaderClassName
{
color: #FCC59D;
}
.AnyTagClassName
{
color: #FCC59D;
}
</style>
background-color css
<style>
a { background-color: #FCC59D; }
a { background-color: rgb(252,197,157); }
div.DivClassName
{
background-color: #FCC59D;
}
.BgClassName
{
background-color: #FCC59D;
}
</style>
border-color css
<style>
span { border-color: #FCC59D; }
span { border-color: rgb(252,197,157); }
td.TdClassName
{
border-color: #FCC59D;
}
.TagClassName
{
border-color: #FCC59D;
}
</style>