Shades of Picasso #FEF08C
Tints of Picasso #FEF08C
RGB
CMYK
RGB Variations
Color information
#FEF08C (or 0xFEF08C) is known color: Picasso. HEX triplet: FE, F0 and 8C. RGB value is (254,240,140). Sum of RGB (Red+Green+Blue) = 254+240+140=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 140 (55.08% from 255 or 22.08% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF08C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF08C is #010F73. Grayscale: #E9E9E9. Windows color (decimal): -69492 or 9236734. OLE color: 9236734.
HSL color Cylindrical-coordinate representation of color #FEF08C: hue angle of 52.63º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEF08C is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 140 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.00 |
| HSL | 52.63º | 0.98% | 0.77% | - |
| HSV(B) | 52.63º | 0.45% | 1% | - |
| XYZ | 76.77 | 85.28 | 37.23 | - |
| YUV | 232.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 140 | 0 | 0.06 | 0.45 | 0.00 | 52.63 | 0.98 | 0.77 |
| Hex | FE | F0 | 8C | 0 | 6 | 2D | 0 | 35 | 62 | 4D |
| Octal | 376 | 360 | 214 | 0 | 6 | 55 | 0 | 65 | 142 | 115 |
| Binary | 11111110 | 11110000 | 10001100 | 0 | 110 | 101101 | 0 | 110101 | 1100010 | 1001101 |
Color Harmonies of #FEF08C
Complementary color
Monochromatic Colors of #FEF08C
Black with #FEF08C
Text Example
Text Example
White with #FEF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF08C; }
p { color: rgb(254,240,140); }
H1.HeaderClassName
{
color: #FEF08C;
}
.AnyTagClassName
{
color: #FEF08C;
}
</style>
background-color css
<style>
a { background-color: #FEF08C; }
a { background-color: rgb(254,240,140); }
div.DivClassName
{
background-color: #FEF08C;
}
.BgClassName
{
background-color: #FEF08C;
}
</style>
border-color css
<style>
span { border-color: #FEF08C; }
span { border-color: rgb(254,240,140); }
td.TdClassName
{
border-color: #FEF08C;
}
.TagClassName
{
border-color: #FEF08C;
}
</style>