Shades of Picasso #FFF293
Tints of Picasso #FFF293
RGB
CMYK
RGB Variations
Color information
#FFF293 (or 0xFFF293) is known color: Picasso. HEX triplet: FF, F2 and 93. RGB value is (255,242,147). Sum of RGB (Red+Green+Blue) = 255+242+147=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 147 (57.81% from 255 or 22.83% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF293 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF293 is #000D6C. Grayscale: #EBEBEB. Windows color (decimal): -3437 or 9695999. OLE color: 9695999.
HSL color Cylindrical-coordinate representation of color #FFF293: hue angle of 52.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFF293 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 147 | - |
| CMYK | 0 | 0.05 | 0.42 | 0 |
| HSL | 52.78º | 1% | 0.79% | - |
| HSV(B) | 52.78º | 0.42% | 1% | - |
| XYZ | 78.26 | 86.87 | 40.25 | - |
| YUV | 235.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 147 | 0 | 0.05 | 0.42 | 0 | 52.78 | 1 | 0.79 |
| Hex | FF | F2 | 93 | 0 | 5 | 2A | 0 | 35 | 64 | 4F |
| Octal | 377 | 362 | 223 | 0 | 5 | 52 | 0 | 65 | 144 | 117 |
| Binary | 11111111 | 11110010 | 10010011 | 0 | 101 | 101010 | 0 | 110101 | 1100100 | 1001111 |
Color Harmonies of #FFF293
Complementary color
Monochromatic Colors of #FFF293
Black with #FFF293
Text Example
Text Example
White with #FFF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF293; }
p { color: rgb(255,242,147); }
H1.HeaderClassName
{
color: #FFF293;
}
.AnyTagClassName
{
color: #FFF293;
}
</style>
background-color css
<style>
a { background-color: #FFF293; }
a { background-color: rgb(255,242,147); }
div.DivClassName
{
background-color: #FFF293;
}
.BgClassName
{
background-color: #FFF293;
}
</style>
border-color css
<style>
span { border-color: #FFF293; }
span { border-color: rgb(255,242,147); }
td.TdClassName
{
border-color: #FFF293;
}
.TagClassName
{
border-color: #FFF293;
}
</style>