Shades of Romantic #FCC59A
Tints of Romantic #FCC59A
RGB
CMYK
RGB Variations
Color information
#FCC59A (or 0xFCC59A) is known color: Romantic. HEX triplet: FC, C5 and 9A. RGB value is (252,197,154). Sum of RGB (Red+Green+Blue) = 252+197+154=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC59A is #033A65. Grayscale: #D0D0D0. Windows color (decimal): -211558 or 10143228. OLE color: 10143228.
HSL color Cylindrical-coordinate representation of color #FCC59A: hue angle of 26.33º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCC59A is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 154 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.01 |
| HSL | 26.33º | 0.94% | 0.8% | - |
| HSV(B) | 26.33º | 0.39% | 0.99% | - |
| XYZ | 65.94 | 62.96 | 39.25 | - |
| YUV | 208.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 154 | 0 | 0.22 | 0.39 | 0.01 | 26.33 | 0.94 | 0.8 |
| Hex | FC | C5 | 9A | 0 | 16 | 27 | 1 | 1A | 5E | 50 |
| Octal | 374 | 305 | 232 | 0 | 26 | 47 | 1 | 32 | 136 | 120 |
| Binary | 11111100 | 11000101 | 10011010 | 0 | 10110 | 100111 | 1 | 11010 | 1011110 | 1010000 |
Color Harmonies of #FCC59A
Complementary color
Monochromatic Colors of #FCC59A
Black with #FCC59A
Text Example
Text Example
White with #FCC59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC59A; }
p { color: rgb(252,197,154); }
H1.HeaderClassName
{
color: #FCC59A;
}
.AnyTagClassName
{
color: #FCC59A;
}
</style>
background-color css
<style>
a { background-color: #FCC59A; }
a { background-color: rgb(252,197,154); }
div.DivClassName
{
background-color: #FCC59A;
}
.BgClassName
{
background-color: #FCC59A;
}
</style>
border-color css
<style>
span { border-color: #FCC59A; }
span { border-color: rgb(252,197,154); }
td.TdClassName
{
border-color: #FCC59A;
}
.TagClassName
{
border-color: #FCC59A;
}
</style>