#F2E093

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

Shades of Vis Vis #F2E093

Tints of Vis Vis #F2E093

Color information

#F2E093 (or 0xF2E093) is unknown color: approx Vis Vis. HEX triplet: F2, E0 and 93. RGB value is (242,224,147). Sum of RGB (Red+Green+Blue) = 242+224+147=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E093 is #0D1F6C. Grayscale: #DCDCDC. Windows color (decimal): -860013 or 9691378. OLE color: 9691378.

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

Color convert

RGB242224147-
CMYK00.070.390.05
HSL48.63º78.51%76.27%-
HSV(B)48.63º39.26%94.9%-
XYZ68.5474.338.33-
YUV220.686.46143.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 224 (87.89% from 255) = 36.54%
BLUE value IS 147 (57.81% from 255) = 23.98%
R=39.48%
G=36.54%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222414700.070.390.0548.6378.5176.27
HexF2E09307275314f4c
Octal3623402230747561117114
Binary111100101110000010010011011110011110111000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E093; }

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

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

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

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

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

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

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

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