Shades of Mona Lisa #F9938A
Tints of Mona Lisa #F9938A
RGB
CMYK
RGB Variations
Color information
#F9938A (or 0xF9938A) is known color: Mona Lisa. HEX triplet: F9, 93 and 8A. RGB value is (249,147,138). Sum of RGB (Red+Green+Blue) = 249+147+138=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F9938A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9938A is #066C75. Grayscale: #B0B0B0. Windows color (decimal): -420982 or 9081849. OLE color: 9081849.
HSL color Cylindrical-coordinate representation of color #F9938A: hue angle of 4.86º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9938A is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 138 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.02 |
| HSL | 4.86º | 0.9% | 0.76% | - |
| HSV(B) | 4.86º | 0.45% | 0.98% | - |
| XYZ | 54.09 | 42.84 | 29.46 | - |
| YUV | 176.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 138 | 0 | 0.41 | 0.45 | 0.02 | 4.86 | 0.9 | 0.76 |
| Hex | F9 | 93 | 8A | 0 | 29 | 2D | 2 | 5 | 5A | 4C |
| Octal | 371 | 223 | 212 | 0 | 51 | 55 | 2 | 5 | 132 | 114 |
| Binary | 11111001 | 10010011 | 10001010 | 0 | 101001 | 101101 | 10 | 101 | 1011010 | 1001100 |
Color Harmonies of #F9938A
Complementary color
Monochromatic Colors of #F9938A
Black with #F9938A
Text Example
Text Example
White with #F9938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9938A; }
p { color: rgb(249,147,138); }
H1.HeaderClassName
{
color: #F9938A;
}
.AnyTagClassName
{
color: #F9938A;
}
</style>
background-color css
<style>
a { background-color: #F9938A; }
a { background-color: rgb(249,147,138); }
div.DivClassName
{
background-color: #F9938A;
}
.BgClassName
{
background-color: #F9938A;
}
</style>
border-color css
<style>
span { border-color: #F9938A; }
span { border-color: rgb(249,147,138); }
td.TdClassName
{
border-color: #F9938A;
}
.TagClassName
{
border-color: #F9938A;
}
</style>