#F0E49B

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

Shades of Picasso #F0E49B

Tints of Picasso #F0E49B

Color information

#F0E49B (or 0xF0E49B) is unknown color: approx Picasso. HEX triplet: F0, E4 and 9B. RGB value is (240,228,155). Sum of RGB (Red+Green+Blue) = 240+228+155=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 155 (60.94% from 255 or 24.88% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E49B is #0F1B64. Grayscale: #DFDFDF. Windows color (decimal): -990053 or 10216688. OLE color: 10216688.

HSL color Cylindrical-coordinate representation of color #F0E49B: hue angle of 51.53º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0E49B is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240228155-
CMYK00.050.350.06
HSL51.53º73.91%77.45%-
HSV(B)51.53º35.42%94.12%-
XYZ69.5976.3842.08-
YUV223.2789.48139.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 228 (89.45% from 255) = 36.60%
BLUE value IS 155 (60.94% from 255) = 24.88%
R=38.52%
G=36.60%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022815500.050.350.0651.5373.9177.45
HexF0E49B05236344a4d
Octal3603442330543664112115
Binary111100001110010010011011010110001111011010010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E49B; }

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

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

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

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

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

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

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

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