Shades of Picasso #FEF295
Tints of Picasso #FEF295
RGB
CMYK
RGB Variations
Color information
#FEF295 (or 0xFEF295) is known color: Picasso. HEX triplet: FE, F2 and 95. RGB value is (254,242,149). Sum of RGB (Red+Green+Blue) = 254+242+149=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 149 (58.59% from 255 or 23.10% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF295 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF295 is #010D6A. Grayscale: #EBEBEB. Windows color (decimal): -68971 or 9827070. OLE color: 9827070.
HSL color Cylindrical-coordinate representation of color #FEF295: hue angle of 53.14º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEF295 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 149 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.00 |
| HSL | 53.14º | 0.98% | 0.79% | - |
| HSV(B) | 53.14º | 0.41% | 1% | - |
| XYZ | 78.05 | 86.75 | 41.06 | - |
| YUV | 234.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 149 | 0 | 0.05 | 0.41 | 0.00 | 53.14 | 0.98 | 0.79 |
| Hex | FE | F2 | 95 | 0 | 5 | 29 | 0 | 35 | 62 | 4F |
| Octal | 376 | 362 | 225 | 0 | 5 | 51 | 0 | 65 | 142 | 117 |
| Binary | 11111110 | 11110010 | 10010101 | 0 | 101 | 101001 | 0 | 110101 | 1100010 | 1001111 |
Color Harmonies of #FEF295
Complementary color
Monochromatic Colors of #FEF295
Black with #FEF295
Text Example
Text Example
White with #FEF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF295; }
p { color: rgb(254,242,149); }
H1.HeaderClassName
{
color: #FEF295;
}
.AnyTagClassName
{
color: #FEF295;
}
</style>
background-color css
<style>
a { background-color: #FEF295; }
a { background-color: rgb(254,242,149); }
div.DivClassName
{
background-color: #FEF295;
}
.BgClassName
{
background-color: #FEF295;
}
</style>
border-color css
<style>
span { border-color: #FEF295; }
span { border-color: rgb(254,242,149); }
td.TdClassName
{
border-color: #FEF295;
}
.TagClassName
{
border-color: #FEF295;
}
</style>