Shades of Romantic #FCC297
Tints of Romantic #FCC297
RGB
CMYK
RGB Variations
Color information
#FCC297 (or 0xFCC297) is known color: Romantic. HEX triplet: FC, C2 and 97. RGB value is (252,194,151). Sum of RGB (Red+Green+Blue) = 252+194+151=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC297 is #033D68. Grayscale: #CECECE. Windows color (decimal): -212329 or 9945852. OLE color: 9945852.
HSL color Cylindrical-coordinate representation of color #FCC297: hue angle of 25.54º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCC297 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 151 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.01 |
| HSL | 25.54º | 0.94% | 0.79% | - |
| HSV(B) | 25.54º | 0.4% | 0.99% | - |
| XYZ | 65.02 | 61.51 | 37.72 | - |
| YUV | 206.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 151 | 0 | 0.23 | 0.40 | 0.01 | 25.54 | 0.94 | 0.79 |
| Hex | FC | C2 | 97 | 0 | 17 | 28 | 1 | 1A | 5E | 4F |
| Octal | 374 | 302 | 227 | 0 | 27 | 50 | 1 | 32 | 136 | 117 |
| Binary | 11111100 | 11000010 | 10010111 | 0 | 10111 | 101000 | 1 | 11010 | 1011110 | 1001111 |
Color Harmonies of #FCC297
Complementary color
Monochromatic Colors of #FCC297
Black with #FCC297
Text Example
Text Example
White with #FCC297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC297; }
p { color: rgb(252,194,151); }
H1.HeaderClassName
{
color: #FCC297;
}
.AnyTagClassName
{
color: #FCC297;
}
</style>
background-color css
<style>
a { background-color: #FCC297; }
a { background-color: rgb(252,194,151); }
div.DivClassName
{
background-color: #FCC297;
}
.BgClassName
{
background-color: #FCC297;
}
</style>
border-color css
<style>
span { border-color: #FCC297; }
span { border-color: rgb(252,194,151); }
td.TdClassName
{
border-color: #FCC297;
}
.TagClassName
{
border-color: #FCC297;
}
</style>