Shades of Romantic #FCC298
Tints of Romantic #FCC298
RGB
CMYK
RGB Variations
Color information
#FCC298 (or 0xFCC298) is known color: Romantic. HEX triplet: FC, C2 and 98. RGB value is (252,194,152). Sum of RGB (Red+Green+Blue) = 252+194+152=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 194 (76.17% from 255 or 32.44% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC298 is #033D67. Grayscale: #CECECE. Windows color (decimal): -212328 or 10011388. OLE color: 10011388.
HSL color Cylindrical-coordinate representation of color #FCC298: hue angle of 25.2º 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 #FCC298 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 152 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.01 |
| HSL | 25.2º | 0.94% | 0.79% | - |
| HSV(B) | 25.2º | 0.4% | 0.99% | - |
| XYZ | 65.1 | 61.55 | 38.15 | - |
| YUV | 206.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 152 | 0 | 0.23 | 0.40 | 0.01 | 25.2 | 0.94 | 0.79 |
| Hex | FC | C2 | 98 | 0 | 17 | 28 | 1 | 19 | 5E | 4F |
| Octal | 374 | 302 | 230 | 0 | 27 | 50 | 1 | 31 | 136 | 117 |
| Binary | 11111100 | 11000010 | 10011000 | 0 | 10111 | 101000 | 1 | 11001 | 1011110 | 1001111 |
Color Harmonies of #FCC298
Complementary color
Monochromatic Colors of #FCC298
Black with #FCC298
Text Example
Text Example
White with #FCC298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC298; }
p { color: rgb(252,194,152); }
H1.HeaderClassName
{
color: #FCC298;
}
.AnyTagClassName
{
color: #FCC298;
}
</style>
background-color css
<style>
a { background-color: #FCC298; }
a { background-color: rgb(252,194,152); }
div.DivClassName
{
background-color: #FCC298;
}
.BgClassName
{
background-color: #FCC298;
}
</style>
border-color css
<style>
span { border-color: #FCC298; }
span { border-color: rgb(252,194,152); }
td.TdClassName
{
border-color: #FCC298;
}
.TagClassName
{
border-color: #FCC298;
}
</style>