Shades of Picasso #FDF092
Tints of Picasso #FDF092
RGB
CMYK
RGB Variations
Color information
#FDF092 (or 0xFDF092) is known color: Picasso. HEX triplet: FD, F0 and 92. RGB value is (253,240,146). Sum of RGB (Red+Green+Blue) = 253+240+146=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 146 (57.42% from 255 or 22.85% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF092 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF092 is #020F6D. Grayscale: #E9E9E9. Windows color (decimal): -135022 or 9629949. OLE color: 9629949.
HSL color Cylindrical-coordinate representation of color #FDF092: hue angle of 52.71º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDF092 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 146 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.01 |
| HSL | 52.71º | 0.96% | 0.78% | - |
| HSV(B) | 52.71º | 0.42% | 0.99% | - |
| XYZ | 76.86 | 85.28 | 39.6 | - |
| YUV | 233.17 | 78.81 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 146 | 0 | 0.05 | 0.42 | 0.01 | 52.71 | 0.96 | 0.78 |
| Hex | FD | F0 | 92 | 0 | 5 | 2A | 1 | 35 | 60 | 4E |
| Octal | 375 | 360 | 222 | 0 | 5 | 52 | 1 | 65 | 140 | 116 |
| Binary | 11111101 | 11110000 | 10010010 | 0 | 101 | 101010 | 1 | 110101 | 1100000 | 1001110 |
Color Harmonies of #FDF092
Complementary color
Monochromatic Colors of #FDF092
Black with #FDF092
Text Example
Text Example
White with #FDF092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF092; }
p { color: rgb(253,240,146); }
H1.HeaderClassName
{
color: #FDF092;
}
.AnyTagClassName
{
color: #FDF092;
}
</style>
background-color css
<style>
a { background-color: #FDF092; }
a { background-color: rgb(253,240,146); }
div.DivClassName
{
background-color: #FDF092;
}
.BgClassName
{
background-color: #FDF092;
}
</style>
border-color css
<style>
span { border-color: #FDF092; }
span { border-color: rgb(253,240,146); }
td.TdClassName
{
border-color: #FDF092;
}
.TagClassName
{
border-color: #FDF092;
}
</style>