Shades of Romantic #FCC599
Tints of Romantic #FCC599
RGB
CMYK
RGB Variations
Color information
#FCC599 (or 0xFCC599) is known color: Romantic. HEX triplet: FC, C5 and 99. RGB value is (252,197,153). Sum of RGB (Red+Green+Blue) = 252+197+153=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 153 (60.16% from 255 or 25.42% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC599 is #033A66. Grayscale: #D0D0D0. Windows color (decimal): -211559 or 10077692. OLE color: 10077692.
HSL color Cylindrical-coordinate representation of color #FCC599: hue angle of 26.67º 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 #FCC599 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 153 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.01 |
| HSL | 26.67º | 0.94% | 0.79% | - |
| HSV(B) | 26.67º | 0.39% | 0.99% | - |
| XYZ | 65.86 | 62.93 | 38.81 | - |
| YUV | 208.43 | 96.72 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 153 | 0 | 0.22 | 0.39 | 0.01 | 26.67 | 0.94 | 0.79 |
| Hex | FC | C5 | 99 | 0 | 16 | 27 | 1 | 1B | 5E | 4F |
| Octal | 374 | 305 | 231 | 0 | 26 | 47 | 1 | 33 | 136 | 117 |
| Binary | 11111100 | 11000101 | 10011001 | 0 | 10110 | 100111 | 1 | 11011 | 1011110 | 1001111 |
Color Harmonies of #FCC599
Complementary color
Monochromatic Colors of #FCC599
Black with #FCC599
Text Example
Text Example
White with #FCC599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC599; }
p { color: rgb(252,197,153); }
H1.HeaderClassName
{
color: #FCC599;
}
.AnyTagClassName
{
color: #FCC599;
}
</style>
background-color css
<style>
a { background-color: #FCC599; }
a { background-color: rgb(252,197,153); }
div.DivClassName
{
background-color: #FCC599;
}
.BgClassName
{
background-color: #FCC599;
}
</style>
border-color css
<style>
span { border-color: #FCC599; }
span { border-color: rgb(252,197,153); }
td.TdClassName
{
border-color: #FCC599;
}
.TagClassName
{
border-color: #FCC599;
}
</style>