Shades of Picasso #FFF093
Tints of Picasso #FFF093
RGB
CMYK
RGB Variations
Color information
#FFF093 (or 0xFFF093) is known color: Picasso. HEX triplet: FF, F0 and 93. RGB value is (255,240,147). Sum of RGB (Red+Green+Blue) = 255+240+147=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 147 (57.81% from 255 or 22.90% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF093 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF093 is #000F6C. Grayscale: #EAEAEA. Windows color (decimal): -3949 or 9695487. OLE color: 9695487.
HSL color Cylindrical-coordinate representation of color #FFF093: hue angle of 51.67º 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 #FFF093 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 147 | - |
| CMYK | 0 | 0.06 | 0.42 | 0 |
| HSL | 51.67º | 1% | 0.79% | - |
| HSV(B) | 51.67º | 0.42% | 1% | - |
| XYZ | 77.67 | 85.69 | 40.05 | - |
| YUV | 233.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 147 | 0 | 0.06 | 0.42 | 0 | 51.67 | 1 | 0.79 |
| Hex | FF | F0 | 93 | 0 | 6 | 2A | 0 | 34 | 64 | 4F |
| Octal | 377 | 360 | 223 | 0 | 6 | 52 | 0 | 64 | 144 | 117 |
| Binary | 11111111 | 11110000 | 10010011 | 0 | 110 | 101010 | 0 | 110100 | 1100100 | 1001111 |
Color Harmonies of #FFF093
Complementary color
Monochromatic Colors of #FFF093
Black with #FFF093
Text Example
Text Example
White with #FFF093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF093; }
p { color: rgb(255,240,147); }
H1.HeaderClassName
{
color: #FFF093;
}
.AnyTagClassName
{
color: #FFF093;
}
</style>
background-color css
<style>
a { background-color: #FFF093; }
a { background-color: rgb(255,240,147); }
div.DivClassName
{
background-color: #FFF093;
}
.BgClassName
{
background-color: #FFF093;
}
</style>
border-color css
<style>
span { border-color: #FFF093; }
span { border-color: rgb(255,240,147); }
td.TdClassName
{
border-color: #FFF093;
}
.TagClassName
{
border-color: #FFF093;
}
</style>