Shades of Picasso #FEF092
Tints of Picasso #FEF092
RGB
CMYK
RGB Variations
Color information
#FEF092 (or 0xFEF092) is known color: Picasso. HEX triplet: FE, F0 and 92. RGB value is (254,240,146). Sum of RGB (Red+Green+Blue) = 254+240+146=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 146 (57.42% from 255 or 22.81% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF092 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF092 is #010F6D. Grayscale: #E9E9E9. Windows color (decimal): -69486 or 9629950. OLE color: 9629950.
HSL color Cylindrical-coordinate representation of color #FEF092: hue angle of 52.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEF092 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 146 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.00 |
| HSL | 52.22º | 0.98% | 0.78% | - |
| HSV(B) | 52.22º | 0.43% | 1% | - |
| XYZ | 77.22 | 85.47 | 39.62 | - |
| YUV | 233.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 146 | 0 | 0.06 | 0.43 | 0.00 | 52.22 | 0.98 | 0.78 |
| Hex | FE | F0 | 92 | 0 | 6 | 2B | 0 | 34 | 62 | 4E |
| Octal | 376 | 360 | 222 | 0 | 6 | 53 | 0 | 64 | 142 | 116 |
| Binary | 11111110 | 11110000 | 10010010 | 0 | 110 | 101011 | 0 | 110100 | 1100010 | 1001110 |
Color Harmonies of #FEF092
Complementary color
Monochromatic Colors of #FEF092
Black with #FEF092
Text Example
Text Example
White with #FEF092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF092; }
p { color: rgb(254,240,146); }
H1.HeaderClassName
{
color: #FEF092;
}
.AnyTagClassName
{
color: #FEF092;
}
</style>
background-color css
<style>
a { background-color: #FEF092; }
a { background-color: rgb(254,240,146); }
div.DivClassName
{
background-color: #FEF092;
}
.BgClassName
{
background-color: #FEF092;
}
</style>
border-color css
<style>
span { border-color: #FEF092; }
span { border-color: rgb(254,240,146); }
td.TdClassName
{
border-color: #FEF092;
}
.TagClassName
{
border-color: #FEF092;
}
</style>