#F1E69A

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

Shades of Picasso #F1E69A

Tints of Picasso #F1E69A

Color information

#F1E69A (or 0xF1E69A) is unknown color: approx Picasso. HEX triplet: F1, E6 and 9A. RGB value is (241,230,154). Sum of RGB (Red+Green+Blue) = 241+230+154=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 154 (60.55% from 255 or 24.64% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E69A is #0E1965. Grayscale: #E0E0E0. Windows color (decimal): -924006 or 10151665. OLE color: 10151665.

HSL color Cylindrical-coordinate representation of color #F1E69A: hue angle of 52.41º 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 #F1E69A is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241230154-
CMYK00.050.360.05
HSL52.41º75.65%77.45%-
HSV(B)52.41º36.1%94.51%-
XYZ70.4177.6341.84-
YUV224.6288.14139.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 230 (90.23% from 255) = 36.8%
BLUE value IS 154 (60.55% from 255) = 24.64%
R=38.56%
G=36.8%
B=24.64%

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
Decimal24123015400.050.360.0552.4175.6577.45
HexF1E69A05245344c4d
Octal3613462320544564114115
Binary111100011110011010011010010110010010111010010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E69A; }

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

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

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

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

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

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

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

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