Shades of Picasso #F9ED92
Tints of Picasso #F9ED92
RGB
CMYK
RGB Variations
Color information
#F9ED92 (or 0xF9ED92) is known color: Picasso. HEX triplet: F9, ED and 92. RGB value is (249,237,146). Sum of RGB (Red+Green+Blue) = 249+237+146=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 146 (57.42% from 255 or 23.10% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ED92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9ED92 is #06126D. Grayscale: #E6E6E6. Windows color (decimal): -397934 or 9629177. OLE color: 9629177.
HSL color Cylindrical-coordinate representation of color #F9ED92: hue angle of 53.01º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9ED92 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 237 | 146 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.02 |
| HSL | 53.01º | 0.9% | 0.77% | - |
| HSV(B) | 53.01º | 0.41% | 0.98% | - |
| XYZ | 74.54 | 82.78 | 39.24 | - |
| YUV | 230.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 237 | 146 | 0 | 0.05 | 0.41 | 0.02 | 53.01 | 0.9 | 0.77 |
| Hex | F9 | ED | 92 | 0 | 5 | 29 | 2 | 35 | 5A | 4D |
| Octal | 371 | 355 | 222 | 0 | 5 | 51 | 2 | 65 | 132 | 115 |
| Binary | 11111001 | 11101101 | 10010010 | 0 | 101 | 101001 | 10 | 110101 | 1011010 | 1001101 |
Color Harmonies of #F9ED92
Complementary color
Monochromatic Colors of #F9ED92
Black with #F9ED92
Text Example
Text Example
White with #F9ED92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ED92; }
p { color: rgb(249,237,146); }
H1.HeaderClassName
{
color: #F9ED92;
}
.AnyTagClassName
{
color: #F9ED92;
}
</style>
background-color css
<style>
a { background-color: #F9ED92; }
a { background-color: rgb(249,237,146); }
div.DivClassName
{
background-color: #F9ED92;
}
.BgClassName
{
background-color: #F9ED92;
}
</style>
border-color css
<style>
span { border-color: #F9ED92; }
span { border-color: rgb(249,237,146); }
td.TdClassName
{
border-color: #F9ED92;
}
.TagClassName
{
border-color: #F9ED92;
}
</style>