#F1E59D

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

Shades of Picasso #F1E59D

Tints of Picasso #F1E59D

Color information

#F1E59D (or 0xF1E59D) is unknown color: approx Picasso. HEX triplet: F1, E5 and 9D. RGB value is (241,229,157). Sum of RGB (Red+Green+Blue) = 241+229+157=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E59D is #0E1A62. Grayscale: #E0E0E0. Windows color (decimal): -924259 or 10348017. OLE color: 10348017.

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

Color convert

RGB241229157-
CMYK00.050.350.05
HSL51.43º75%78.04%-
HSV(B)51.43º34.85%94.51%-
XYZ70.3877.1743.08-
YUV224.3889.98139.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 229 (89.84% from 255) = 36.52%
BLUE value IS 157 (61.72% from 255) = 25.04%
R=38.44%
G=36.52%
B=25.04%

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
Decimal24122915700.050.350.0551.437578.04
HexF1E59D05235334b4e
Octal3613452350543563113116
Binary111100011110010110011101010110001110111001110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E59D; }

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

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

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

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

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

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

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

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