#F2E19B

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

Shades of Vis Vis #F2E19B

Tints of Vis Vis #F2E19B

Color information

#F2E19B (or 0xF2E19B) is unknown color: approx Vis Vis. HEX triplet: F2, E1 and 9B. RGB value is (242,225,155). Sum of RGB (Red+Green+Blue) = 242+225+155=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 155 (60.94% from 255 or 24.92% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E19B is #0D1E64. Grayscale: #DEDEDE. Windows color (decimal): -859749 or 10215922. OLE color: 10215922.

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

Color convert

RGB242225155-
CMYK00.070.360.05
HSL48.28º76.99%77.84%-
HSV(B)48.28º35.95%94.9%-
XYZ69.4675.0941.84-
YUV222.190.13142.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.91%
GREEN value IS 225 (88.28% from 255) = 36.17%
BLUE value IS 155 (60.94% from 255) = 24.92%
R=38.91%
G=36.17%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222515500.070.360.0548.2876.9977.84
HexF2E19B07245304d4e
Octal3623412330744560115116
Binary111100101110000110011011011110010010111000010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E19B; }

 p { color: rgb(242,225,155); }

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

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

 a { background-color: rgb(242,225,155); }

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

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

 span { border-color: rgb(242,225,155); }

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