Shades of Picasso #F1E69A
Tints of Picasso #F1E69A
RGB
CMYK
RGB Variations
Color information
#F1E69A (or 0xF1E69A) is known color: Picasso. HEX triplet: F1, E6 and 9A. RGB value is (241,230,154). Sum of RGB (Red+Green+Blue) = 241+230+154=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 154 (60.55% from 255 or 24.64% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E69A is #0E1965. Grayscale: #E0E0E0. Windows color (decimal): -924006 or 10151665. OLE color: 10151665.
HSL color Cylindrical-coordinate representation of color #F1E69A: hue angle of 52.41º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1E69A is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 230 | 154 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.05 |
| HSL | 52.41º | 0.76% | 0.77% | - |
| HSV(B) | 52.41º | 0.36% | 0.95% | - |
| XYZ | 70.41 | 77.63 | 41.84 | - |
| YUV | 224.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 154 | 0 | 0.05 | 0.36 | 0.05 | 52.41 | 0.76 | 0.77 |
| Hex | F1 | E6 | 9A | 0 | 5 | 24 | 5 | 34 | 4C | 4D |
| Octal | 361 | 346 | 232 | 0 | 5 | 44 | 5 | 64 | 114 | 115 |
| Binary | 11110001 | 11100110 | 10011010 | 0 | 101 | 100100 | 101 | 110100 | 1001100 | 1001101 |
Color Harmonies of #F1E69A
Complementary color
Monochromatic Colors of #F1E69A
Black with #F1E69A
Text Example
Text Example
White with #F1E69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E69A; }
p { color: rgb(241,230,154); }
H1.HeaderClassName
{
color: #F1E69A;
}
.AnyTagClassName
{
color: #F1E69A;
}
</style>
background-color css
<style>
a { background-color: #F1E69A; }
a { background-color: rgb(241,230,154); }
div.DivClassName
{
background-color: #F1E69A;
}
.BgClassName
{
background-color: #F1E69A;
}
</style>
border-color css
<style>
span { border-color: #F1E69A; }
span { border-color: rgb(241,230,154); }
td.TdClassName
{
border-color: #F1E69A;
}
.TagClassName
{
border-color: #F1E69A;
}
</style>