#F5EA9A

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

Shades of Picasso #F5EA9A

Tints of Picasso #F5EA9A

Color information

#F5EA9A (or 0xF5EA9A) is unknown color: approx Picasso. HEX triplet: F5, EA and 9A. RGB value is (245,234,154). Sum of RGB (Red+Green+Blue) = 245+234+154=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 154 (60.55% from 255 or 24.33% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EA9A is #0A1565. Grayscale: #E4E4E4. Windows color (decimal): -660838 or 10152693. OLE color: 10152693.

HSL color Cylindrical-coordinate representation of color #F5EA9A: hue angle of 52.75º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5EA9A is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB245234154-
CMYK00.040.370.04
HSL52.75º81.98%78.24%-
HSV(B)52.75º37.14%96.08%-
XYZ72.9180.5942.28-
YUV228.1786.14140-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.70%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 154 (60.55% from 255) = 24.33%
R=38.70%
G=36.97%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523415400.040.370.0452.7581.9878.24
HexF5EA9A0425435524e
Octal3653522320445465122116
Binary111101011110101010011010010010010110011010110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EA9A; }

 p { color: rgb(245,234,154); }

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

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

 a { background-color: rgb(245,234,154); }

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

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

 span { border-color: rgb(245,234,154); }

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