#F1E59E

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

Shades of Picasso #F1E59E

Tints of Picasso #F1E59E

Color information

#F1E59E (or 0xF1E59E) is unknown color: approx Picasso. HEX triplet: F1, E5 and 9E. RGB value is (241,229,158). Sum of RGB (Red+Green+Blue) = 241+229+158=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 158 (62.11% from 255 or 25.16% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E59E is #0E1A61. Grayscale: #E0E0E0. Windows color (decimal): -924258 or 10413553. OLE color: 10413553.

HSL color Cylindrical-coordinate representation of color #F1E59E: hue angle of 51.33º 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 #F1E59E is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB241229158-
CMYK00.050.340.05
HSL51.33º74.77%78.24%-
HSV(B)51.33º34.44%94.51%-
XYZ70.4777.2143.54-
YUV224.4990.48139.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 229 (89.84% from 255) = 36.46%
BLUE value IS 158 (62.11% from 255) = 25.16%
R=38.38%
G=36.46%
B=25.16%

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
Decimal24122915800.050.340.0551.3374.7778.24
HexF1E59E05225334b4e
Octal3613452360542563113116
Binary111100011110010110011110010110001010111001110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E59E; }

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

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

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

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

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

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

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

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