Shades of Romantic #FCC098
Tints of Romantic #FCC098
RGB
CMYK
RGB Variations
Color information
#FCC098 (or 0xFCC098) is known color: Romantic. HEX triplet: FC, C0 and 98. RGB value is (252,192,152). Sum of RGB (Red+Green+Blue) = 252+192+152=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC098 is #033F67. Grayscale: #CDCDCD. Windows color (decimal): -212840 or 10010876. OLE color: 10010876.
HSL color Cylindrical-coordinate representation of color #FCC098: hue angle of 24º 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 #FCC098 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 152 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.01 |
| HSL | 24º | 0.94% | 0.79% | - |
| HSV(B) | 24º | 0.4% | 0.99% | - |
| XYZ | 64.66 | 60.66 | 38.01 | - |
| YUV | 205.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 152 | 0 | 0.24 | 0.40 | 0.01 | 24 | 0.94 | 0.79 |
| Hex | FC | C0 | 98 | 0 | 18 | 28 | 1 | 18 | 5E | 4F |
| Octal | 374 | 300 | 230 | 0 | 30 | 50 | 1 | 30 | 136 | 117 |
| Binary | 11111100 | 11000000 | 10011000 | 0 | 11000 | 101000 | 1 | 11000 | 1011110 | 1001111 |
Color Harmonies of #FCC098
Complementary color
Monochromatic Colors of #FCC098
Black with #FCC098
Text Example
Text Example
White with #FCC098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC098; }
p { color: rgb(252,192,152); }
H1.HeaderClassName
{
color: #FCC098;
}
.AnyTagClassName
{
color: #FCC098;
}
</style>
background-color css
<style>
a { background-color: #FCC098; }
a { background-color: rgb(252,192,152); }
div.DivClassName
{
background-color: #FCC098;
}
.BgClassName
{
background-color: #FCC098;
}
</style>
border-color css
<style>
span { border-color: #FCC098; }
span { border-color: rgb(252,192,152); }
td.TdClassName
{
border-color: #FCC098;
}
.TagClassName
{
border-color: #FCC098;
}
</style>