#F2E799

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

Shades of Picasso #F2E799

Tints of Picasso #F2E799

Color information

#F2E799 (or 0xF2E799) is unknown color: approx Picasso. HEX triplet: F2, E7 and 99. RGB value is (242,231,153). Sum of RGB (Red+Green+Blue) = 242+231+153=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 153 (60.16% from 255 or 24.44% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E799 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E799 is #0D1866. Grayscale: #E1E1E1. Windows color (decimal): -858215 or 10086386. OLE color: 10086386.

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

Color convert

RGB242231153-
CMYK00.050.370.05
HSL52.58º77.39%77.45%-
HSV(B)52.58º36.78%94.9%-
XYZ70.9478.3341.52-
YUV225.487.14139.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.66%
GREEN value IS 231 (90.62% from 255) = 36.90%
BLUE value IS 153 (60.16% from 255) = 24.44%
R=38.66%
G=36.90%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223115300.050.370.0552.5877.3977.45
HexF2E79905255354d4d
Octal3623472310545565115115
Binary111100101110011110011001010110010110111010110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E799; }

 p { color: rgb(242,231,153); }

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

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

 a { background-color: rgb(242,231,153); }

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

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

 span { border-color: rgb(242,231,153); }

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