Shades of Romantic #FCC09D
Tints of Romantic #FCC09D
RGB
CMYK
RGB Variations
Color information
#FCC09D (or 0xFCC09D) is known color: Romantic. HEX triplet: FC, C0 and 9D. RGB value is (252,192,157). Sum of RGB (Red+Green+Blue) = 252+192+157=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC09D is #033F62. Grayscale: #CECECE. Windows color (decimal): -212835 or 10338556. OLE color: 10338556.
HSL color Cylindrical-coordinate representation of color #FCC09D: hue angle of 22.11º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCC09D is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 157 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.01 |
| HSL | 22.11º | 0.94% | 0.8% | - |
| HSV(B) | 22.11º | 0.38% | 0.99% | - |
| XYZ | 65.08 | 60.83 | 40.21 | - |
| YUV | 205.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 157 | 0 | 0.24 | 0.38 | 0.01 | 22.11 | 0.94 | 0.8 |
| Hex | FC | C0 | 9D | 0 | 18 | 26 | 1 | 16 | 5E | 50 |
| Octal | 374 | 300 | 235 | 0 | 30 | 46 | 1 | 26 | 136 | 120 |
| Binary | 11111100 | 11000000 | 10011101 | 0 | 11000 | 100110 | 1 | 10110 | 1011110 | 1010000 |
Color Harmonies of #FCC09D
Complementary color
Monochromatic Colors of #FCC09D
Black with #FCC09D
Text Example
Text Example
White with #FCC09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC09D; }
p { color: rgb(252,192,157); }
H1.HeaderClassName
{
color: #FCC09D;
}
.AnyTagClassName
{
color: #FCC09D;
}
</style>
background-color css
<style>
a { background-color: #FCC09D; }
a { background-color: rgb(252,192,157); }
div.DivClassName
{
background-color: #FCC09D;
}
.BgClassName
{
background-color: #FCC09D;
}
</style>
border-color css
<style>
span { border-color: #FCC09D; }
span { border-color: rgb(252,192,157); }
td.TdClassName
{
border-color: #FCC09D;
}
.TagClassName
{
border-color: #FCC09D;
}
</style>