#F1E49A

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

Shades of Picasso #F1E49A

Tints of Picasso #F1E49A

Color information

#F1E49A (or 0xF1E49A) is unknown color: approx Picasso. HEX triplet: F1, E4 and 9A. RGB value is (241,228,154). Sum of RGB (Red+Green+Blue) = 241+228+154=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 154 (60.55% from 255 or 24.72% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E49A is #0E1B65. Grayscale: #DFDFDF. Windows color (decimal): -924518 or 10151153. OLE color: 10151153.

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

Color convert

RGB241228154-
CMYK00.050.360.05
HSL51.03º75.65%77.45%-
HSV(B)51.03º36.1%94.51%-
XYZ69.8576.5241.66-
YUV223.4588.81140.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 228 (89.45% from 255) = 36.60%
BLUE value IS 154 (60.55% from 255) = 24.72%
R=38.68%
G=36.60%
B=24.72%

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
Decimal24122815400.050.360.0551.0375.6577.45
HexF1E49A05245334c4d
Octal3613442320544563114115
Binary111100011110010010011010010110010010111001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E49A; }

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

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

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

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

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

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

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

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