#F1E595

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

Shades of Picasso #F1E595

Tints of Picasso #F1E595

Color information

#F1E595 (or 0xF1E595) is unknown color: approx Picasso. HEX triplet: F1, E5 and 95. RGB value is (241,229,149). Sum of RGB (Red+Green+Blue) = 241+229+149=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E595 is #0E1A6A. Grayscale: #DFDFDF. Windows color (decimal): -924267 or 9823729. OLE color: 9823729.

HSL color Cylindrical-coordinate representation of color #F1E595: hue angle of 52.17º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1E595 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB241229149-
CMYK00.050.380.05
HSL52.17º76.67%76.47%-
HSV(B)52.17º38.17%94.51%-
XYZ69.7276.9139.6-
YUV223.4785.98140.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 149 (58.59% from 255) = 24.07%
R=38.93%
G=37.00%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122914900.050.380.0552.1776.6776.47
HexF1E59505265344d4c
Octal3613452250546564115114
Binary111100011110010110010101010110011010111010010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E595; }

 p { color: rgb(241,229,149); }

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

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

 a { background-color: rgb(241,229,149); }

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

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

 span { border-color: rgb(241,229,149); }

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