Shades of Romantic #F9C095
Tints of Romantic #F9C095
RGB
CMYK
RGB Variations
Color information
#F9C095 (or 0xF9C095) is known color: Romantic. HEX triplet: F9, C0 and 95. RGB value is (249,192,149). Sum of RGB (Red+Green+Blue) = 249+192+149=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C095 is #063F6A. Grayscale: #CCCCCC. Windows color (decimal): -409451 or 9814265. OLE color: 9814265.
HSL color Cylindrical-coordinate representation of color #F9C095: hue angle of 25.8º 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 #F9C095 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 149 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.02 |
| HSL | 25.8º | 0.89% | 0.78% | - |
| HSV(B) | 25.8º | 0.4% | 0.98% | - |
| XYZ | 63.34 | 60.01 | 36.68 | - |
| YUV | 204.14 | 96.88 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 149 | 0 | 0.23 | 0.40 | 0.02 | 25.8 | 0.89 | 0.78 |
| Hex | F9 | C0 | 95 | 0 | 17 | 28 | 2 | 1A | 59 | 4E |
| Octal | 371 | 300 | 225 | 0 | 27 | 50 | 2 | 32 | 131 | 116 |
| Binary | 11111001 | 11000000 | 10010101 | 0 | 10111 | 101000 | 10 | 11010 | 1011001 | 1001110 |
Color Harmonies of #F9C095
Complementary color
Monochromatic Colors of #F9C095
Black with #F9C095
Text Example
Text Example
White with #F9C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C095; }
p { color: rgb(249,192,149); }
H1.HeaderClassName
{
color: #F9C095;
}
.AnyTagClassName
{
color: #F9C095;
}
</style>
background-color css
<style>
a { background-color: #F9C095; }
a { background-color: rgb(249,192,149); }
div.DivClassName
{
background-color: #F9C095;
}
.BgClassName
{
background-color: #F9C095;
}
</style>
border-color css
<style>
span { border-color: #F9C095; }
span { border-color: rgb(249,192,149); }
td.TdClassName
{
border-color: #F9C095;
}
.TagClassName
{
border-color: #F9C095;
}
</style>