#F5EB95

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

Shades of Picasso #F5EB95

Tints of Picasso #F5EB95

Color information

#F5EB95 (or 0xF5EB95) is unknown color: approx Picasso. HEX triplet: F5, EB and 95. RGB value is (245,235,149). Sum of RGB (Red+Green+Blue) = 245+235+149=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EB95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EB95 is #0A146A. Grayscale: #E4E4E4. Windows color (decimal): -660587 or 9825269. OLE color: 9825269.

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

Color convert

RGB245235149-
CMYK00.040.390.04
HSL53.75º82.76%77.25%-
HSV(B)53.75º39.18%96.08%-
XYZ72.798140.23-
YUV228.1983.31139.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.95%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 149 (58.59% from 255) = 23.69%
R=38.95%
G=37.36%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523514900.040.390.0453.7582.7677.25
HexF5EB950427436534d
Octal3653532250447466123115
Binary111101011110101110010101010010011110011011010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EB95; }

 p { color: rgb(245,235,149); }

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

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

 a { background-color: rgb(245,235,149); }

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

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

 span { border-color: rgb(245,235,149); }

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