#F7EA95

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

Shades of Picasso #F7EA95

Tints of Picasso #F7EA95

Color information

#F7EA95 (or 0xF7EA95) is unknown color: approx Picasso. HEX triplet: F7, EA and 95. RGB value is (247,234,149). Sum of RGB (Red+Green+Blue) = 247+234+149=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 149 (58.59% from 255 or 23.65% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EA95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EA95 is #08156A. Grayscale: #E4E4E4. Windows color (decimal): -529771 or 9825015. OLE color: 9825015.

HSL color Cylindrical-coordinate representation of color #F7EA95: hue angle of 52.04º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7EA95 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB247234149-
CMYK00.050.400.03
HSL52.04º85.96%77.65%-
HSV(B)52.04º39.68%96.86%-
XYZ73.2180.7940.17-
YUV228.283.31141.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.21%
GREEN value IS 234 (91.80% from 255) = 37.14%
BLUE value IS 149 (58.59% from 255) = 23.65%
R=39.21%
G=37.14%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723414900.050.400.0352.0485.9677.65
HexF7EA950528334564e
Octal3673522250550364126116
Binary11110111111010101001010101011010001111010010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EA95; }

 p { color: rgb(247,234,149); }

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

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

 a { background-color: rgb(247,234,149); }

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

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

 span { border-color: rgb(247,234,149); }

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