Shades of Romantic #F9C396
Tints of Romantic #F9C396
RGB
CMYK
RGB Variations
Color information
#F9C396 (or 0xF9C396) is known color: Romantic. HEX triplet: F9, C3 and 96. RGB value is (249,195,150). Sum of RGB (Red+Green+Blue) = 249+195+150=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C396 is #063C69. Grayscale: #CECECE. Windows color (decimal): -408682 or 9880569. OLE color: 9880569.
HSL color Cylindrical-coordinate representation of color #F9C396: hue angle of 27.27º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9C396 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 195 | 150 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.02 |
| HSL | 27.27º | 0.89% | 0.78% | - |
| HSV(B) | 27.27º | 0.4% | 0.98% | - |
| XYZ | 64.09 | 61.37 | 37.32 | - |
| YUV | 206.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 195 | 150 | 0 | 0.22 | 0.40 | 0.02 | 27.27 | 0.89 | 0.78 |
| Hex | F9 | C3 | 96 | 0 | 16 | 28 | 2 | 1B | 59 | 4E |
| Octal | 371 | 303 | 226 | 0 | 26 | 50 | 2 | 33 | 131 | 116 |
| Binary | 11111001 | 11000011 | 10010110 | 0 | 10110 | 101000 | 10 | 11011 | 1011001 | 1001110 |
Color Harmonies of #F9C396
Complementary color
Monochromatic Colors of #F9C396
Black with #F9C396
Text Example
Text Example
White with #F9C396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C396; }
p { color: rgb(249,195,150); }
H1.HeaderClassName
{
color: #F9C396;
}
.AnyTagClassName
{
color: #F9C396;
}
</style>
background-color css
<style>
a { background-color: #F9C396; }
a { background-color: rgb(249,195,150); }
div.DivClassName
{
background-color: #F9C396;
}
.BgClassName
{
background-color: #F9C396;
}
</style>
border-color css
<style>
span { border-color: #F9C396; }
span { border-color: rgb(249,195,150); }
td.TdClassName
{
border-color: #F9C396;
}
.TagClassName
{
border-color: #F9C396;
}
</style>