Shades of Picasso #FDF091
Tints of Picasso #FDF091
RGB
CMYK
RGB Variations
Color information
#FDF091 (or 0xFDF091) is known color: Picasso. HEX triplet: FD, F0 and 91. RGB value is (253,240,145). Sum of RGB (Red+Green+Blue) = 253+240+145=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 145 (57.03% from 255 or 22.73% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF091 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF091 is #020F6E. Grayscale: #E9E9E9. Windows color (decimal): -135023 or 9564413. OLE color: 9564413.
HSL color Cylindrical-coordinate representation of color #FDF091: hue angle of 52.78º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDF091 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 145 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.01 |
| HSL | 52.78º | 0.96% | 0.78% | - |
| HSV(B) | 52.78º | 0.43% | 0.99% | - |
| XYZ | 76.78 | 85.25 | 39.2 | - |
| YUV | 233.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 145 | 0 | 0.05 | 0.43 | 0.01 | 52.78 | 0.96 | 0.78 |
| Hex | FD | F0 | 91 | 0 | 5 | 2B | 1 | 35 | 60 | 4E |
| Octal | 375 | 360 | 221 | 0 | 5 | 53 | 1 | 65 | 140 | 116 |
| Binary | 11111101 | 11110000 | 10010001 | 0 | 101 | 101011 | 1 | 110101 | 1100000 | 1001110 |
Color Harmonies of #FDF091
Complementary color
Monochromatic Colors of #FDF091
Black with #FDF091
Text Example
Text Example
White with #FDF091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF091; }
p { color: rgb(253,240,145); }
H1.HeaderClassName
{
color: #FDF091;
}
.AnyTagClassName
{
color: #FDF091;
}
</style>
background-color css
<style>
a { background-color: #FDF091; }
a { background-color: rgb(253,240,145); }
div.DivClassName
{
background-color: #FDF091;
}
.BgClassName
{
background-color: #FDF091;
}
</style>
border-color css
<style>
span { border-color: #FDF091; }
span { border-color: rgb(253,240,145); }
td.TdClassName
{
border-color: #FDF091;
}
.TagClassName
{
border-color: #FDF091;
}
</style>