Shades of Mona Lisa #F9A38B
Tints of Mona Lisa #F9A38B
RGB
CMYK
RGB Variations
Color information
#F9A38B (or 0xF9A38B) is known color: Mona Lisa. HEX triplet: F9, A3 and 8B. RGB value is (249,163,139). Sum of RGB (Red+Green+Blue) = 249+163+139=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 139 (54.69% from 255 or 25.23% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A38B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A38B is #065C74. Grayscale: #BABABA. Windows color (decimal): -416885 or 9151481. OLE color: 9151481.
HSL color Cylindrical-coordinate representation of color #F9A38B: hue angle of 13.09º 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 #F9A38B is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 163 | 139 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.02 |
| HSL | 13.09º | 0.9% | 0.76% | - |
| HSV(B) | 13.09º | 0.44% | 0.98% | - |
| XYZ | 56.82 | 48.2 | 30.73 | - |
| YUV | 185.98 | 101.49 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 163 | 139 | 0 | 0.35 | 0.44 | 0.02 | 13.09 | 0.9 | 0.76 |
| Hex | F9 | A3 | 8B | 0 | 23 | 2C | 2 | D | 5A | 4C |
| Octal | 371 | 243 | 213 | 0 | 43 | 54 | 2 | 15 | 132 | 114 |
| Binary | 11111001 | 10100011 | 10001011 | 0 | 100011 | 101100 | 10 | 1101 | 1011010 | 1001100 |
Color Harmonies of #F9A38B
Complementary color
Monochromatic Colors of #F9A38B
Black with #F9A38B
Text Example
Text Example
White with #F9A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A38B; }
p { color: rgb(249,163,139); }
H1.HeaderClassName
{
color: #F9A38B;
}
.AnyTagClassName
{
color: #F9A38B;
}
</style>
background-color css
<style>
a { background-color: #F9A38B; }
a { background-color: rgb(249,163,139); }
div.DivClassName
{
background-color: #F9A38B;
}
.BgClassName
{
background-color: #F9A38B;
}
</style>
border-color css
<style>
span { border-color: #F9A38B; }
span { border-color: rgb(249,163,139); }
td.TdClassName
{
border-color: #F9A38B;
}
.TagClassName
{
border-color: #F9A38B;
}
</style>