Shades of Picasso #FEF08F
Tints of Picasso #FEF08F
RGB
CMYK
RGB Variations
Color information
#FEF08F (or 0xFEF08F) is known color: Picasso. HEX triplet: FE, F0 and 8F. RGB value is (254,240,143). Sum of RGB (Red+Green+Blue) = 254+240+143=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 143 (56.25% from 255 or 22.45% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF08F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF08F is #010F70. Grayscale: #E9E9E9. Windows color (decimal): -69489 or 9433342. OLE color: 9433342.
HSL color Cylindrical-coordinate representation of color #FEF08F: hue angle of 52.43º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEF08F is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 143 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.00 |
| HSL | 52.43º | 0.98% | 0.78% | - |
| HSV(B) | 52.43º | 0.44% | 1% | - |
| XYZ | 76.99 | 85.37 | 38.41 | - |
| YUV | 233.13 | 77.14 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 143 | 0 | 0.06 | 0.44 | 0.00 | 52.43 | 0.98 | 0.78 |
| Hex | FE | F0 | 8F | 0 | 6 | 2C | 0 | 34 | 62 | 4E |
| Octal | 376 | 360 | 217 | 0 | 6 | 54 | 0 | 64 | 142 | 116 |
| Binary | 11111110 | 11110000 | 10001111 | 0 | 110 | 101100 | 0 | 110100 | 1100010 | 1001110 |
Color Harmonies of #FEF08F
Complementary color
Monochromatic Colors of #FEF08F
Black with #FEF08F
Text Example
Text Example
White with #FEF08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF08F; }
p { color: rgb(254,240,143); }
H1.HeaderClassName
{
color: #FEF08F;
}
.AnyTagClassName
{
color: #FEF08F;
}
</style>
background-color css
<style>
a { background-color: #FEF08F; }
a { background-color: rgb(254,240,143); }
div.DivClassName
{
background-color: #FEF08F;
}
.BgClassName
{
background-color: #FEF08F;
}
</style>
border-color css
<style>
span { border-color: #FEF08F; }
span { border-color: rgb(254,240,143); }
td.TdClassName
{
border-color: #FEF08F;
}
.TagClassName
{
border-color: #FEF08F;
}
</style>