#F1E49B

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

Shades of Picasso #F1E49B

Tints of Picasso #F1E49B

Color information

#F1E49B (or 0xF1E49B) is unknown color: approx Picasso. HEX triplet: F1, E4 and 9B. RGB value is (241,228,155). Sum of RGB (Red+Green+Blue) = 241+228+155=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 155 (60.94% from 255 or 24.84% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E49B is #0E1B64. Grayscale: #DFDFDF. Windows color (decimal): -924517 or 10216689. OLE color: 10216689.

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

Color convert

RGB241228155-
CMYK00.050.360.05
HSL50.93º75.44%77.65%-
HSV(B)50.93º35.68%94.51%-
XYZ69.9476.5542.1-
YUV223.5689.31140.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.62%
GREEN value IS 228 (89.45% from 255) = 36.54%
BLUE value IS 155 (60.94% from 255) = 24.84%
R=38.62%
G=36.54%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122815500.050.360.0550.9375.4477.65
HexF1E49B05245334b4e
Octal3613442330544563113116
Binary111100011110010010011011010110010010111001110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E49B; }

 p { color: rgb(241,228,155); }

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

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

 a { background-color: rgb(241,228,155); }

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

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

 span { border-color: rgb(241,228,155); }

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