Shades of Picasso #FCF097
Tints of Picasso #FCF097
RGB
CMYK
RGB Variations
Color information
#FCF097 (or 0xFCF097) is known color: Picasso. HEX triplet: FC, F0 and 97. RGB value is (252,240,151). Sum of RGB (Red+Green+Blue) = 252+240+151=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 151 (59.38% from 255 or 23.48% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF097 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF097 is #030F68. Grayscale: #E9E9E9. Windows color (decimal): -200553 or 9957628. OLE color: 9957628.
HSL color Cylindrical-coordinate representation of color #FCF097: hue angle of 52.87º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCF097 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 151 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.01 |
| HSL | 52.87º | 0.94% | 0.79% | - |
| HSV(B) | 52.87º | 0.4% | 0.99% | - |
| XYZ | 76.89 | 85.25 | 41.68 | - |
| YUV | 233.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 151 | 0 | 0.05 | 0.40 | 0.01 | 52.87 | 0.94 | 0.79 |
| Hex | FC | F0 | 97 | 0 | 5 | 28 | 1 | 35 | 5E | 4F |
| Octal | 374 | 360 | 227 | 0 | 5 | 50 | 1 | 65 | 136 | 117 |
| Binary | 11111100 | 11110000 | 10010111 | 0 | 101 | 101000 | 1 | 110101 | 1011110 | 1001111 |
Color Harmonies of #FCF097
Complementary color
Monochromatic Colors of #FCF097
Black with #FCF097
Text Example
Text Example
White with #FCF097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF097; }
p { color: rgb(252,240,151); }
H1.HeaderClassName
{
color: #FCF097;
}
.AnyTagClassName
{
color: #FCF097;
}
</style>
background-color css
<style>
a { background-color: #FCF097; }
a { background-color: rgb(252,240,151); }
div.DivClassName
{
background-color: #FCF097;
}
.BgClassName
{
background-color: #FCF097;
}
</style>
border-color css
<style>
span { border-color: #FCF097; }
span { border-color: rgb(252,240,151); }
td.TdClassName
{
border-color: #FCF097;
}
.TagClassName
{
border-color: #FCF097;
}
</style>