#F2E59B

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

Shades of Picasso #F2E59B

Tints of Picasso #F2E59B

Color information

#F2E59B (or 0xF2E59B) is unknown color: approx Picasso. HEX triplet: F2, E5 and 9B. RGB value is (242,229,155). Sum of RGB (Red+Green+Blue) = 242+229+155=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 155 (60.94% from 255 or 24.76% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E59B is #0D1A64. Grayscale: #E0E0E0. Windows color (decimal): -858725 or 10216946. OLE color: 10216946.

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

Color convert

RGB242229155-
CMYK00.050.360.05
HSL51.03º76.99%77.84%-
HSV(B)51.03º35.95%94.9%-
XYZ70.5577.2842.21-
YUV224.4588.81140.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.66%
GREEN value IS 229 (89.84% from 255) = 36.58%
BLUE value IS 155 (60.94% from 255) = 24.76%
R=38.66%
G=36.58%
B=24.76%

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
Decimal24222915500.050.360.0551.0376.9977.84
HexF2E59B05245334d4e
Octal3623452330544563115116
Binary111100101110010110011011010110010010111001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E59B; }

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

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

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

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

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

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

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

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