#F5E996

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

Shades of Picasso #F5E996

Tints of Picasso #F5E996

Color information

#F5E996 (or 0xF5E996) is unknown color: approx Picasso. HEX triplet: F5, E9 and 96. RGB value is (245,233,150). Sum of RGB (Red+Green+Blue) = 245+233+150=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 150 (58.98% from 255 or 23.89% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E996 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E996 is #0A1669. Grayscale: #E3E3E3. Windows color (decimal): -661098 or 9890293. OLE color: 9890293.

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

Color convert

RGB245233150-
CMYK00.050.390.04
HSL52.42º82.61%77.45%-
HSV(B)52.42º38.78%96.08%-
XYZ72.379.8940.46-
YUV227.1384.48140.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.01%
GREEN value IS 233 (91.41% from 255) = 37.10%
BLUE value IS 150 (58.98% from 255) = 23.89%
R=39.01%
G=37.10%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523315000.050.390.0452.4282.6177.45
HexF5E9960527434534d
Octal3653512260547464123115
Binary111101011110100110010110010110011110011010010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E996; }

 p { color: rgb(245,233,150); }

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

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

 a { background-color: rgb(245,233,150); }

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

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

 span { border-color: rgb(245,233,150); }

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