#F2E59D

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

Shades of Picasso #F2E59D

Tints of Picasso #F2E59D

Color information

#F2E59D (or 0xF2E59D) is unknown color: approx Picasso. HEX triplet: F2, E5 and 9D. RGB value is (242,229,157). Sum of RGB (Red+Green+Blue) = 242+229+157=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 157 (61.72% from 255 or 25% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E59D is #0D1A62. Grayscale: #E0E0E0. Windows color (decimal): -858723 or 10348018. OLE color: 10348018.

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

Color convert

RGB242229157-
CMYK00.050.350.05
HSL50.82º76.58%78.24%-
HSV(B)50.82º35.12%94.9%-
XYZ70.7277.3543.1-
YUV224.6889.81140.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.54%
GREEN value IS 229 (89.84% from 255) = 36.46%
BLUE value IS 157 (61.72% from 255) = 25%
R=38.54%
G=36.46%
B=25%

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
Decimal24222915700.050.350.0550.8276.5878.24
HexF2E59D05235334d4e
Octal3623452350543563115116
Binary111100101110010110011101010110001110111001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E59D; }

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

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

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

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

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

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

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

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