#F6E992

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

Shades of Picasso #F6E992

Tints of Picasso #F6E992

Color information

#F6E992 (or 0xF6E992) is unknown color: approx Picasso. HEX triplet: F6, E9 and 92. RGB value is (246,233,146). Sum of RGB (Red+Green+Blue) = 246+233+146=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 146 (57.42% from 255 or 23.36% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E992 is #09166D. Grayscale: #E3E3E3. Windows color (decimal): -595566 or 9628150. OLE color: 9628150.

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

Color convert

RGB246233146-
CMYK00.050.410.04
HSL52.2º84.75%76.86%-
HSV(B)52.2º40.65%96.47%-
XYZ72.3379.9538.81-
YUV226.9782.31141.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.36%
GREEN value IS 233 (91.41% from 255) = 37.28%
BLUE value IS 146 (57.42% from 255) = 23.36%
R=39.36%
G=37.28%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623314600.050.410.0452.284.7576.86
HexF6E9920529434554d
Octal3663512220551464125115
Binary111101101110100110010010010110100110011010010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E992; }

 p { color: rgb(246,233,146); }

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

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

 a { background-color: rgb(246,233,146); }

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

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

 span { border-color: rgb(246,233,146); }

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