Shades of Picasso #FAF097
Tints of Picasso #FAF097
RGB
CMYK
RGB Variations
Color information
#FAF097 (or 0xFAF097) is known color: Picasso. HEX triplet: FA, F0 and 97. RGB value is (250,240,151). Sum of RGB (Red+Green+Blue) = 250+240+151=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 151 (59.38% from 255 or 23.56% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF097 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF097 is #050F68. Grayscale: #E9E9E9. Windows color (decimal): -331625 or 9957626. OLE color: 9957626.
HSL color Cylindrical-coordinate representation of color #FAF097: hue angle of 53.94º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAF097 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 240 | 151 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.02 |
| HSL | 53.94º | 0.91% | 0.79% | - |
| HSV(B) | 53.94º | 0.4% | 0.98% | - |
| XYZ | 76.17 | 84.88 | 41.65 | - |
| YUV | 232.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 240 | 151 | 0 | 0.04 | 0.40 | 0.02 | 53.94 | 0.91 | 0.79 |
| Hex | FA | F0 | 97 | 0 | 4 | 28 | 2 | 36 | 5B | 4F |
| Octal | 372 | 360 | 227 | 0 | 4 | 50 | 2 | 66 | 133 | 117 |
| Binary | 11111010 | 11110000 | 10010111 | 0 | 100 | 101000 | 10 | 110110 | 1011011 | 1001111 |
Color Harmonies of #FAF097
Complementary color
Monochromatic Colors of #FAF097
Black with #FAF097
Text Example
Text Example
White with #FAF097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF097; }
p { color: rgb(250,240,151); }
H1.HeaderClassName
{
color: #FAF097;
}
.AnyTagClassName
{
color: #FAF097;
}
</style>
background-color css
<style>
a { background-color: #FAF097; }
a { background-color: rgb(250,240,151); }
div.DivClassName
{
background-color: #FAF097;
}
.BgClassName
{
background-color: #FAF097;
}
</style>
border-color css
<style>
span { border-color: #FAF097; }
span { border-color: rgb(250,240,151); }
td.TdClassName
{
border-color: #FAF097;
}
.TagClassName
{
border-color: #FAF097;
}
</style>