Shades of Picasso #FFF091
Tints of Picasso #FFF091
RGB
CMYK
RGB Variations
Color information
#FFF091 (or 0xFFF091) is known color: Picasso. HEX triplet: FF, F0 and 91. RGB value is (255,240,145). Sum of RGB (Red+Green+Blue) = 255+240+145=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 145 (57.03% from 255 or 22.66% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF091 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF091 is #000F6E. Grayscale: #EAEAEA. Windows color (decimal): -3951 or 9564415. OLE color: 9564415.
HSL color Cylindrical-coordinate representation of color #FFF091: hue angle of 51.82º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFF091 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 145 | - |
| CMYK | 0 | 0.06 | 0.43 | 0 |
| HSL | 51.82º | 1% | 0.78% | - |
| HSV(B) | 51.82º | 0.43% | 1% | - |
| XYZ | 77.51 | 85.62 | 39.23 | - |
| YUV | 233.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 145 | 0 | 0.06 | 0.43 | 0 | 51.82 | 1 | 0.78 |
| Hex | FF | F0 | 91 | 0 | 6 | 2B | 0 | 34 | 64 | 4E |
| Octal | 377 | 360 | 221 | 0 | 6 | 53 | 0 | 64 | 144 | 116 |
| Binary | 11111111 | 11110000 | 10010001 | 0 | 110 | 101011 | 0 | 110100 | 1100100 | 1001110 |
Color Harmonies of #FFF091
Complementary color
Monochromatic Colors of #FFF091
Black with #FFF091
Text Example
Text Example
White with #FFF091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF091; }
p { color: rgb(255,240,145); }
H1.HeaderClassName
{
color: #FFF091;
}
.AnyTagClassName
{
color: #FFF091;
}
</style>
background-color css
<style>
a { background-color: #FFF091; }
a { background-color: rgb(255,240,145); }
div.DivClassName
{
background-color: #FFF091;
}
.BgClassName
{
background-color: #FFF091;
}
</style>
border-color css
<style>
span { border-color: #FFF091; }
span { border-color: rgb(255,240,145); }
td.TdClassName
{
border-color: #FFF091;
}
.TagClassName
{
border-color: #FFF091;
}
</style>