Shades of Picasso #FFF092
Tints of Picasso #FFF092
RGB
CMYK
RGB Variations
Color information
#FFF092 (or 0xFFF092) is known color: Picasso. HEX triplet: FF, F0 and 92. RGB value is (255,240,146). Sum of RGB (Red+Green+Blue) = 255+240+146=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 146 (57.42% from 255 or 22.78% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF092 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF092 is #000F6D. Grayscale: #EAEAEA. Windows color (decimal): -3950 or 9629951. OLE color: 9629951.
HSL color Cylindrical-coordinate representation of color #FFF092: hue angle of 51.74º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFF092 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 146 | - |
| CMYK | 0 | 0.06 | 0.43 | 0 |
| HSL | 51.74º | 1% | 0.79% | - |
| HSV(B) | 51.74º | 0.43% | 1% | - |
| XYZ | 77.59 | 85.66 | 39.64 | - |
| YUV | 233.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 146 | 0 | 0.06 | 0.43 | 0 | 51.74 | 1 | 0.79 |
| Hex | FF | F0 | 92 | 0 | 6 | 2B | 0 | 34 | 64 | 4F |
| Octal | 377 | 360 | 222 | 0 | 6 | 53 | 0 | 64 | 144 | 117 |
| Binary | 11111111 | 11110000 | 10010010 | 0 | 110 | 101011 | 0 | 110100 | 1100100 | 1001111 |
Color Harmonies of #FFF092
Complementary color
Monochromatic Colors of #FFF092
Black with #FFF092
Text Example
Text Example
White with #FFF092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF092; }
p { color: rgb(255,240,146); }
H1.HeaderClassName
{
color: #FFF092;
}
.AnyTagClassName
{
color: #FFF092;
}
</style>
background-color css
<style>
a { background-color: #FFF092; }
a { background-color: rgb(255,240,146); }
div.DivClassName
{
background-color: #FFF092;
}
.BgClassName
{
background-color: #FFF092;
}
</style>
border-color css
<style>
span { border-color: #FFF092; }
span { border-color: rgb(255,240,146); }
td.TdClassName
{
border-color: #FFF092;
}
.TagClassName
{
border-color: #FFF092;
}
</style>