Shades of Romantic #FCC39A
Tints of Romantic #FCC39A
RGB
CMYK
RGB Variations
Color information
#FCC39A (or 0xFCC39A) is known color: Romantic. HEX triplet: FC, C3 and 9A. RGB value is (252,195,154). Sum of RGB (Red+Green+Blue) = 252+195+154=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 154 (60.55% from 255 or 25.62% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC39A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC39A is #033C65. Grayscale: #CFCFCF. Windows color (decimal): -212070 or 10142716. OLE color: 10142716.
HSL color Cylindrical-coordinate representation of color #FCC39A: hue angle of 25.1º 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 #FCC39A is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 154 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.01 |
| HSL | 25.1º | 0.94% | 0.8% | - |
| HSV(B) | 25.1º | 0.39% | 0.99% | - |
| XYZ | 65.49 | 62.06 | 39.1 | - |
| YUV | 207.37 | 97.88 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 154 | 0 | 0.23 | 0.39 | 0.01 | 25.1 | 0.94 | 0.8 |
| Hex | FC | C3 | 9A | 0 | 17 | 27 | 1 | 19 | 5E | 50 |
| Octal | 374 | 303 | 232 | 0 | 27 | 47 | 1 | 31 | 136 | 120 |
| Binary | 11111100 | 11000011 | 10011010 | 0 | 10111 | 100111 | 1 | 11001 | 1011110 | 1010000 |
Color Harmonies of #FCC39A
Complementary color
Monochromatic Colors of #FCC39A
Black with #FCC39A
Text Example
Text Example
White with #FCC39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC39A; }
p { color: rgb(252,195,154); }
H1.HeaderClassName
{
color: #FCC39A;
}
.AnyTagClassName
{
color: #FCC39A;
}
</style>
background-color css
<style>
a { background-color: #FCC39A; }
a { background-color: rgb(252,195,154); }
div.DivClassName
{
background-color: #FCC39A;
}
.BgClassName
{
background-color: #FCC39A;
}
</style>
border-color css
<style>
span { border-color: #FCC39A; }
span { border-color: rgb(252,195,154); }
td.TdClassName
{
border-color: #FCC39A;
}
.TagClassName
{
border-color: #FCC39A;
}
</style>