#F1E59F

Color #F1E59F Picasso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picasso #F1E59F

Tints of Picasso #F1E59F

Color information

#F1E59F (or 0xF1E59F) is unknown color: approx Picasso. HEX triplet: F1, E5 and 9F. RGB value is (241,229,159). Sum of RGB (Red+Green+Blue) = 241+229+159=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 159 (62.5% from 255 or 25.28% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E59F is #0E1A60. Grayscale: #E0E0E0. Windows color (decimal): -924257 or 10479089. OLE color: 10479089.

HSL color Cylindrical-coordinate representation of color #F1E59F: hue angle of 51.22º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1E59F is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB241229159-
CMYK00.050.340.05
HSL51.22º74.55%78.43%-
HSV(B)51.22º34.02%94.51%-
XYZ70.5577.2443.99-
YUV224.6190.98139.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 229 (89.84% from 255) = 36.41%
BLUE value IS 159 (62.5% from 255) = 25.28%
R=38.31%
G=36.41%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122915900.050.340.0551.2274.5578.43
HexF1E59F05225334b4e
Octal3613452370542563113116
Binary111100011110010110011111010110001010111001110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E59F; }

 p { color: rgb(241,229,159); }

 H1.HeaderClassName
 {
   color: #F1E59F;
 }
 .AnyTagClassName
 {
   color: #F1E59F;
 }
</style>
background-color css

<style>
 a { background-color: #F1E59F; }

 a { background-color: rgb(241,229,159); }

 div.DivClassName
 {
   background-color: #F1E59F;
 }
 .BgClassName
 {
   background-color: #F1E59F;
 }
</style>
border-color css

<style>
 span { border-color: #F1E59F; }

 span { border-color: rgb(241,229,159); }

 td.TdClassName
 {
   border-color: #F1E59F;
 }
 .TagClassName
 {
   border-color: #F1E59F;
 }
</style>