Shades of Romantic #FCC299
Tints of Romantic #FCC299
RGB
CMYK
RGB Variations
Color information
#FCC299 (or 0xFCC299) is known color: Romantic. HEX triplet: FC, C2 and 99. RGB value is (252,194,153). Sum of RGB (Red+Green+Blue) = 252+194+153=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC299 is #033D66. Grayscale: #CECECE. Windows color (decimal): -212327 or 10076924. OLE color: 10076924.
HSL color Cylindrical-coordinate representation of color #FCC299: hue angle of 24.85º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCC299 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 153 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.01 |
| HSL | 24.85º | 0.94% | 0.79% | - |
| HSV(B) | 24.85º | 0.39% | 0.99% | - |
| XYZ | 65.19 | 61.58 | 38.59 | - |
| YUV | 206.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 153 | 0 | 0.23 | 0.39 | 0.01 | 24.85 | 0.94 | 0.79 |
| Hex | FC | C2 | 99 | 0 | 17 | 27 | 1 | 19 | 5E | 4F |
| Octal | 374 | 302 | 231 | 0 | 27 | 47 | 1 | 31 | 136 | 117 |
| Binary | 11111100 | 11000010 | 10011001 | 0 | 10111 | 100111 | 1 | 11001 | 1011110 | 1001111 |
Color Harmonies of #FCC299
Complementary color
Monochromatic Colors of #FCC299
Black with #FCC299
Text Example
Text Example
White with #FCC299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC299; }
p { color: rgb(252,194,153); }
H1.HeaderClassName
{
color: #FCC299;
}
.AnyTagClassName
{
color: #FCC299;
}
</style>
background-color css
<style>
a { background-color: #FCC299; }
a { background-color: rgb(252,194,153); }
div.DivClassName
{
background-color: #FCC299;
}
.BgClassName
{
background-color: #FCC299;
}
</style>
border-color css
<style>
span { border-color: #FCC299; }
span { border-color: rgb(252,194,153); }
td.TdClassName
{
border-color: #FCC299;
}
.TagClassName
{
border-color: #FCC299;
}
</style>