#f2e59e

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

Shades of Picasso #F2E59E

Tints of Picasso #F2E59E

Color information

#F2E59E (or 0xF2E59E) is unknown color: approx Picasso. HEX triplet: F2, E5 and 9E. RGB value is (242,229,158). Sum of RGB (Red+Green+Blue) = 242+229+158=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 158 (62.11% from 255 or 25.12% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E59E is #0D1A61. Grayscale: #E1E1E1. Windows color (decimal): -858722 or 10413554. OLE color: 10413554.

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

Color convert

RGB242229158-
CMYK00.050.350.05
HSL50.71º76.36%78.43%-
HSV(B)50.71º34.71%94.9%-
XYZ70.8177.3843.55-
YUV224.7990.31140.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.47%
GREEN value IS 229 (89.84% from 255) = 36.41%
BLUE value IS 158 (62.11% from 255) = 25.12%
R=38.47%
G=36.41%
B=25.12%

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
Decimal24222915800.050.350.0550.7176.3678.43
HexF2E59E05235334c4e
Octal3623452360543563114116
Binary111100101110010110011110010110001110111001110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2e59e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2e59e; }

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

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

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

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

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

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

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

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