Shades of Picasso #FFF190
Tints of Picasso #FFF190
RGB
CMYK
RGB Variations
Color information
#FFF190 (or 0xFFF190) is known color: Picasso. HEX triplet: FF, F1 and 90. RGB value is (255,241,144). Sum of RGB (Red+Green+Blue) = 255+241+144=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 144 (56.64% from 255 or 22.5% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF190 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF190 is #000E6F. Grayscale: #EAEAEA. Windows color (decimal): -3696 or 9499135. OLE color: 9499135.
HSL color Cylindrical-coordinate representation of color #FFF190: hue angle of 52.43º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFF190 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 144 | - |
| CMYK | 0 | 0.05 | 0.44 | 0 |
| HSL | 52.43º | 1% | 0.78% | - |
| HSV(B) | 52.43º | 0.44% | 1% | - |
| XYZ | 77.73 | 86.18 | 38.92 | - |
| YUV | 234.13 | 77.14 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 144 | 0 | 0.05 | 0.44 | 0 | 52.43 | 1 | 0.78 |
| Hex | FF | F1 | 90 | 0 | 5 | 2C | 0 | 34 | 64 | 4E |
| Octal | 377 | 361 | 220 | 0 | 5 | 54 | 0 | 64 | 144 | 116 |
| Binary | 11111111 | 11110001 | 10010000 | 0 | 101 | 101100 | 0 | 110100 | 1100100 | 1001110 |
Color Harmonies of #FFF190
Complementary color
Monochromatic Colors of #FFF190
Black with #FFF190
Text Example
Text Example
White with #FFF190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF190; }
p { color: rgb(255,241,144); }
H1.HeaderClassName
{
color: #FFF190;
}
.AnyTagClassName
{
color: #FFF190;
}
</style>
background-color css
<style>
a { background-color: #FFF190; }
a { background-color: rgb(255,241,144); }
div.DivClassName
{
background-color: #FFF190;
}
.BgClassName
{
background-color: #FFF190;
}
</style>
border-color css
<style>
span { border-color: #FFF190; }
span { border-color: rgb(255,241,144); }
td.TdClassName
{
border-color: #FFF190;
}
.TagClassName
{
border-color: #FFF190;
}
</style>