Shades of Mona Lisa #F9A28C
Tints of Mona Lisa #F9A28C
RGB
CMYK
RGB Variations
Color information
#F9A28C (or 0xF9A28C) is known color: Mona Lisa. HEX triplet: F9, A2 and 8C. RGB value is (249,162,140). Sum of RGB (Red+Green+Blue) = 249+162+140=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A28C is #065D73. Grayscale: #B9B9B9. Windows color (decimal): -417140 or 9216761. OLE color: 9216761.
HSL color Cylindrical-coordinate representation of color #F9A28C: hue angle of 12.11º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9A28C is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 162 | 140 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.02 |
| HSL | 12.11º | 0.9% | 0.76% | - |
| HSV(B) | 12.11º | 0.44% | 0.98% | - |
| XYZ | 56.72 | 47.87 | 31.06 | - |
| YUV | 185.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 162 | 140 | 0 | 0.35 | 0.44 | 0.02 | 12.11 | 0.9 | 0.76 |
| Hex | F9 | A2 | 8C | 0 | 23 | 2C | 2 | C | 5A | 4C |
| Octal | 371 | 242 | 214 | 0 | 43 | 54 | 2 | 14 | 132 | 114 |
| Binary | 11111001 | 10100010 | 10001100 | 0 | 100011 | 101100 | 10 | 1100 | 1011010 | 1001100 |
Color Harmonies of #F9A28C
Complementary color
Monochromatic Colors of #F9A28C
Black with #F9A28C
Text Example
Text Example
White with #F9A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A28C; }
p { color: rgb(249,162,140); }
H1.HeaderClassName
{
color: #F9A28C;
}
.AnyTagClassName
{
color: #F9A28C;
}
</style>
background-color css
<style>
a { background-color: #F9A28C; }
a { background-color: rgb(249,162,140); }
div.DivClassName
{
background-color: #F9A28C;
}
.BgClassName
{
background-color: #F9A28C;
}
</style>
border-color css
<style>
span { border-color: #F9A28C; }
span { border-color: rgb(249,162,140); }
td.TdClassName
{
border-color: #F9A28C;
}
.TagClassName
{
border-color: #F9A28C;
}
</style>