Shades of Romantic #FCC69F
Tints of Romantic #FCC69F
RGB
CMYK
RGB Variations
Color information
#FCC69F (or 0xFCC69F) is known color: Romantic. HEX triplet: FC, C6 and 9F. RGB value is (252,198,159). Sum of RGB (Red+Green+Blue) = 252+198+159=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC69F is #033960. Grayscale: #D1D1D1. Windows color (decimal): -211297 or 10471164. OLE color: 10471164.
HSL color Cylindrical-coordinate representation of color #FCC69F: hue angle of 25.16º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCC69F is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 159 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.01 |
| HSL | 25.16º | 0.94% | 0.81% | - |
| HSV(B) | 25.16º | 0.37% | 0.99% | - |
| XYZ | 66.6 | 63.59 | 41.56 | - |
| YUV | 209.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 159 | 0 | 0.21 | 0.37 | 0.01 | 25.16 | 0.94 | 0.81 |
| Hex | FC | C6 | 9F | 0 | 15 | 25 | 1 | 19 | 5E | 51 |
| Octal | 374 | 306 | 237 | 0 | 25 | 45 | 1 | 31 | 136 | 121 |
| Binary | 11111100 | 11000110 | 10011111 | 0 | 10101 | 100101 | 1 | 11001 | 1011110 | 1010001 |
Color Harmonies of #FCC69F
Complementary color
Monochromatic Colors of #FCC69F
Black with #FCC69F
Text Example
Text Example
White with #FCC69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC69F; }
p { color: rgb(252,198,159); }
H1.HeaderClassName
{
color: #FCC69F;
}
.AnyTagClassName
{
color: #FCC69F;
}
</style>
background-color css
<style>
a { background-color: #FCC69F; }
a { background-color: rgb(252,198,159); }
div.DivClassName
{
background-color: #FCC69F;
}
.BgClassName
{
background-color: #FCC69F;
}
</style>
border-color css
<style>
span { border-color: #FCC69F; }
span { border-color: rgb(252,198,159); }
td.TdClassName
{
border-color: #FCC69F;
}
.TagClassName
{
border-color: #FCC69F;
}
</style>