#F5ED93

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

Shades of Picasso #F5ED93

Tints of Picasso #F5ED93

Color information

#F5ED93 (or 0xF5ED93) is unknown color: approx Picasso. HEX triplet: F5, ED and 93. RGB value is (245,237,147). Sum of RGB (Red+Green+Blue) = 245+237+147=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 147 (57.81% from 255 or 23.37% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5ED93 is #0A126C. Grayscale: #E5E5E5. Windows color (decimal): -660077 or 9694709. OLE color: 9694709.

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

Color convert

RGB245237147-
CMYK00.030.40.04
HSL55.1º83.05%76.86%-
HSV(B)55.1º40%96.08%-
XYZ73.2182.0939.59-
YUV229.1381.65139.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.95%
GREEN value IS 237 (92.97% from 255) = 37.68%
BLUE value IS 147 (57.81% from 255) = 23.37%
R=38.95%
G=37.68%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523714700.030.40.0455.183.0576.86
HexF5ED930328437534d
Octal3653552230350467123115
Binary11110101111011011001001101110100010011011110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ED93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ED93; }

 p { color: rgb(245,237,147); }

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

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

 a { background-color: rgb(245,237,147); }

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

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

 span { border-color: rgb(245,237,147); }

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