Shades of Romantic #F9C29E
Tints of Romantic #F9C29E
RGB
CMYK
RGB Variations
Color information
#F9C29E (or 0xF9C29E) is known color: Romantic. HEX triplet: F9, C2 and 9E. RGB value is (249,194,158). Sum of RGB (Red+Green+Blue) = 249+194+158=601 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.43% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9C29E is #063D61. Grayscale: #CECECE. Windows color (decimal): -408930 or 10404601. OLE color: 10404601.
HSL color Cylindrical-coordinate representation of color #F9C29E: hue angle of 23.74º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F9C29E is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 194 | 158 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.02 |
| HSL | 23.74º | 0.88% | 0.8% | - |
| HSV(B) | 23.74º | 0.37% | 0.98% | - |
| XYZ | 64.53 | 61.19 | 40.76 | - |
| YUV | 206.34 | 100.72 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 194 | 158 | 0 | 0.22 | 0.37 | 0.02 | 23.74 | 0.88 | 0.8 |
| Hex | F9 | C2 | 9E | 0 | 16 | 25 | 2 | 18 | 58 | 50 |
| Octal | 371 | 302 | 236 | 0 | 26 | 45 | 2 | 30 | 130 | 120 |
| Binary | 11111001 | 11000010 | 10011110 | 0 | 10110 | 100101 | 10 | 11000 | 1011000 | 1010000 |
Color Harmonies of #F9C29E
Complementary color
Monochromatic Colors of #F9C29E
Black with #F9C29E
Text Example
Text Example
White with #F9C29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C29E; }
p { color: rgb(249,194,158); }
H1.HeaderClassName
{
color: #F9C29E;
}
.AnyTagClassName
{
color: #F9C29E;
}
</style>
background-color css
<style>
a { background-color: #F9C29E; }
a { background-color: rgb(249,194,158); }
div.DivClassName
{
background-color: #F9C29E;
}
.BgClassName
{
background-color: #F9C29E;
}
</style>
border-color css
<style>
span { border-color: #F9C29E; }
span { border-color: rgb(249,194,158); }
td.TdClassName
{
border-color: #F9C29E;
}
.TagClassName
{
border-color: #F9C29E;
}
</style>