Shades of Romantic #FCC19A
Tints of Romantic #FCC19A
RGB
CMYK
RGB Variations
Color information
#FCC19A (or 0xFCC19A) is known color: Romantic. HEX triplet: FC, C1 and 9A. RGB value is (252,193,154). Sum of RGB (Red+Green+Blue) = 252+193+154=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC19A is #033E65. Grayscale: #CECECE. Windows color (decimal): -212582 or 10142204. OLE color: 10142204.
HSL color Cylindrical-coordinate representation of color #FCC19A: hue angle of 23.88º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FCC19A is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 154 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.01 |
| HSL | 23.88º | 0.94% | 0.8% | - |
| HSV(B) | 23.88º | 0.39% | 0.99% | - |
| XYZ | 65.05 | 61.17 | 38.95 | - |
| YUV | 206.2 | 98.55 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 154 | 0 | 0.23 | 0.39 | 0.01 | 23.88 | 0.94 | 0.8 |
| Hex | FC | C1 | 9A | 0 | 17 | 27 | 1 | 18 | 5E | 50 |
| Octal | 374 | 301 | 232 | 0 | 27 | 47 | 1 | 30 | 136 | 120 |
| Binary | 11111100 | 11000001 | 10011010 | 0 | 10111 | 100111 | 1 | 11000 | 1011110 | 1010000 |
Color Harmonies of #FCC19A
Complementary color
Monochromatic Colors of #FCC19A
Black with #FCC19A
Text Example
Text Example
White with #FCC19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC19A; }
p { color: rgb(252,193,154); }
H1.HeaderClassName
{
color: #FCC19A;
}
.AnyTagClassName
{
color: #FCC19A;
}
</style>
background-color css
<style>
a { background-color: #FCC19A; }
a { background-color: rgb(252,193,154); }
div.DivClassName
{
background-color: #FCC19A;
}
.BgClassName
{
background-color: #FCC19A;
}
</style>
border-color css
<style>
span { border-color: #FCC19A; }
span { border-color: rgb(252,193,154); }
td.TdClassName
{
border-color: #FCC19A;
}
.TagClassName
{
border-color: #FCC19A;
}
</style>