Shades of Picasso #F9EF94
Tints of Picasso #F9EF94
RGB
CMYK
RGB Variations
Color information
#F9EF94 (or 0xF9EF94) is known color: Picasso. HEX triplet: F9, EF and 94. RGB value is (249,239,148). Sum of RGB (Red+Green+Blue) = 249+239+148=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 148 (58.20% from 255 or 23.27% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EF94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EF94 is #06106B. Grayscale: #E7E7E7. Windows color (decimal): -397420 or 9760761. OLE color: 9760761.
HSL color Cylindrical-coordinate representation of color #F9EF94: hue angle of 54.06º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9EF94 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 148 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.02 |
| HSL | 54.06º | 0.89% | 0.78% | - |
| HSV(B) | 54.06º | 0.41% | 0.98% | - |
| XYZ | 75.28 | 84.01 | 40.27 | - |
| YUV | 231.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 148 | 0 | 0.04 | 0.41 | 0.02 | 54.06 | 0.89 | 0.78 |
| Hex | F9 | EF | 94 | 0 | 4 | 29 | 2 | 36 | 59 | 4E |
| Octal | 371 | 357 | 224 | 0 | 4 | 51 | 2 | 66 | 131 | 116 |
| Binary | 11111001 | 11101111 | 10010100 | 0 | 100 | 101001 | 10 | 110110 | 1011001 | 1001110 |
Color Harmonies of #F9EF94
Complementary color
Monochromatic Colors of #F9EF94
Black with #F9EF94
Text Example
Text Example
White with #F9EF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EF94; }
p { color: rgb(249,239,148); }
H1.HeaderClassName
{
color: #F9EF94;
}
.AnyTagClassName
{
color: #F9EF94;
}
</style>
background-color css
<style>
a { background-color: #F9EF94; }
a { background-color: rgb(249,239,148); }
div.DivClassName
{
background-color: #F9EF94;
}
.BgClassName
{
background-color: #F9EF94;
}
</style>
border-color css
<style>
span { border-color: #F9EF94; }
span { border-color: rgb(249,239,148); }
td.TdClassName
{
border-color: #F9EF94;
}
.TagClassName
{
border-color: #F9EF94;
}
</style>