#F1E59C

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

Shades of Picasso #F1E59C

Tints of Picasso #F1E59C

Color information

#F1E59C (or 0xF1E59C) is unknown color: approx Picasso. HEX triplet: F1, E5 and 9C. RGB value is (241,229,156). Sum of RGB (Red+Green+Blue) = 241+229+156=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E59C is #0E1A63. Grayscale: #E0E0E0. Windows color (decimal): -924260 or 10282481. OLE color: 10282481.

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

Color convert

RGB241229156-
CMYK00.050.350.05
HSL51.53º75.22%77.84%-
HSV(B)51.53º35.27%94.51%-
XYZ70.377.1442.64-
YUV224.2789.48139.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 229 (89.84% from 255) = 36.58%
BLUE value IS 156 (61.33% from 255) = 24.92%
R=38.50%
G=36.58%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122915600.050.350.0551.5375.2277.84
HexF1E59C05235344b4e
Octal3613452340543564113116
Binary111100011110010110011100010110001110111010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E59C; }

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

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

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

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

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

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

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

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