#F5EC97

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

Shades of Picasso #F5EC97

Tints of Picasso #F5EC97

Color information

#F5EC97 (or 0xF5EC97) is unknown color: approx Picasso. HEX triplet: F5, EC and 97. RGB value is (245,236,151). Sum of RGB (Red+Green+Blue) = 245+236+151=632 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.77% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 151 (59.38% from 255 or 23.89% from 632); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EC97 is #0A1368. Grayscale: #E5E5E5. Windows color (decimal): -660329 or 9956597. OLE color: 9956597.

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

Color convert

RGB245236151-
CMYK00.040.380.04
HSL54.26º82.46%77.65%-
HSV(B)54.26º38.37%96.08%-
XYZ73.2481.6441.18-
YUV22983.98139.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.77%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 151 (59.38% from 255) = 23.89%
R=38.77%
G=37.34%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523615100.040.380.0454.2682.4677.65
HexF5EC970426436524e
Octal3653542270446466122116
Binary111101011110110010010111010010011010011011010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EC97; }

 p { color: rgb(245,236,151); }

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

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

 a { background-color: rgb(245,236,151); }

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

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

 span { border-color: rgb(245,236,151); }

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