Shades of Picasso #FDF192
Tints of Picasso #FDF192
RGB
CMYK
RGB Variations
Color information
#FDF192 (or 0xFDF192) is known color: Picasso. HEX triplet: FD, F1 and 92. RGB value is (253,241,146). Sum of RGB (Red+Green+Blue) = 253+241+146=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 146 (57.42% from 255 or 22.81% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF192 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF192 is #020E6D. Grayscale: #EAEAEA. Windows color (decimal): -134766 or 9630205. OLE color: 9630205.
HSL color Cylindrical-coordinate representation of color #FDF192: hue angle of 53.27º 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 #FDF192 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 146 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.01 |
| HSL | 53.27º | 0.96% | 0.78% | - |
| HSV(B) | 53.27º | 0.42% | 0.99% | - |
| XYZ | 77.15 | 85.87 | 39.7 | - |
| YUV | 233.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 146 | 0 | 0.05 | 0.42 | 0.01 | 53.27 | 0.96 | 0.78 |
| Hex | FD | F1 | 92 | 0 | 5 | 2A | 1 | 35 | 60 | 4E |
| Octal | 375 | 361 | 222 | 0 | 5 | 52 | 1 | 65 | 140 | 116 |
| Binary | 11111101 | 11110001 | 10010010 | 0 | 101 | 101010 | 1 | 110101 | 1100000 | 1001110 |
Color Harmonies of #FDF192
Complementary color
Monochromatic Colors of #FDF192
Black with #FDF192
Text Example
Text Example
White with #FDF192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF192; }
p { color: rgb(253,241,146); }
H1.HeaderClassName
{
color: #FDF192;
}
.AnyTagClassName
{
color: #FDF192;
}
</style>
background-color css
<style>
a { background-color: #FDF192; }
a { background-color: rgb(253,241,146); }
div.DivClassName
{
background-color: #FDF192;
}
.BgClassName
{
background-color: #FDF192;
}
</style>
border-color css
<style>
span { border-color: #FDF192; }
span { border-color: rgb(253,241,146); }
td.TdClassName
{
border-color: #FDF192;
}
.TagClassName
{
border-color: #FDF192;
}
</style>