#F2E59A

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

Shades of Picasso #F2E59A

Tints of Picasso #F2E59A

Color information

#F2E59A (or 0xF2E59A) is unknown color: approx Picasso. HEX triplet: F2, E5 and 9A. RGB value is (242,229,154). Sum of RGB (Red+Green+Blue) = 242+229+154=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 154 (60.55% from 255 or 24.64% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E59A is #0D1A65. Grayscale: #E0E0E0. Windows color (decimal): -858726 or 10151410. OLE color: 10151410.

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

Color convert

RGB242229154-
CMYK00.050.360.05
HSL51.14º77.19%77.65%-
HSV(B)51.14º36.36%94.9%-
XYZ70.4777.2541.77-
YUV224.3488.31140.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 229 (89.84% from 255) = 36.64%
BLUE value IS 154 (60.55% from 255) = 24.64%
R=38.72%
G=36.64%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222915400.050.360.0551.1477.1977.65
HexF2E59A05245334d4e
Octal3623452320544563115116
Binary111100101110010110011010010110010010111001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E59A; }

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

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

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

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

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

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

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

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