#F0E69D

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

Shades of Picasso #F0E69D

Tints of Picasso #F0E69D

Color information

#F0E69D (or 0xF0E69D) is unknown color: approx Picasso. HEX triplet: F0, E6 and 9D. RGB value is (240,230,157). Sum of RGB (Red+Green+Blue) = 240+230+157=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E69D is #0F1962. Grayscale: #E0E0E0. Windows color (decimal): -989539 or 10348272. OLE color: 10348272.

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

Color convert

RGB240230157-
CMYK00.040.350.06
HSL52.77º73.45%77.84%-
HSV(B)52.77º34.58%94.12%-
XYZ70.3277.5543.16-
YUV224.6789.81138.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 230 (90.23% from 255) = 36.68%
BLUE value IS 157 (61.72% from 255) = 25.04%
R=38.28%
G=36.68%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023015700.040.350.0652.7773.4577.84
HexF0E69D0423635494e
Octal3603462350443665111116
Binary111100001110011010011101010010001111011010110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E69D; }

 p { color: rgb(240,230,157); }

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

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

 a { background-color: rgb(240,230,157); }

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

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

 span { border-color: rgb(240,230,157); }

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