#F2E095

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

Shades of Vis Vis #F2E095

Tints of Vis Vis #F2E095

Color information

#F2E095 (or 0xF2E095) is unknown color: approx Vis Vis. HEX triplet: F2, E0 and 95. RGB value is (242,224,149). Sum of RGB (Red+Green+Blue) = 242+224+149=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E095 is #0D1F6A. Grayscale: #DDDDDD. Windows color (decimal): -860011 or 9822450. OLE color: 9822450.

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

Color convert

RGB242224149-
CMYK00.070.380.05
HSL48.39º78.15%76.67%-
HSV(B)48.39º38.43%94.9%-
XYZ68.774.3639.17-
YUV220.8387.46143.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 224 (87.89% from 255) = 36.42%
BLUE value IS 149 (58.59% from 255) = 24.23%
R=39.35%
G=36.42%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222414900.070.380.0548.3978.1576.67
HexF2E09507265304e4d
Octal3623402250746560116115
Binary111100101110000010010101011110011010111000010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E095; }

 p { color: rgb(242,224,149); }

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

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

 a { background-color: rgb(242,224,149); }

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

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

 span { border-color: rgb(242,224,149); }

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