#F2DA91

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

Shades of Vis Vis #F2DA91

Tints of Vis Vis #F2DA91

Color information

#F2DA91 (or 0xF2DA91) is unknown color: approx Vis Vis. HEX triplet: F2, DA and 91. RGB value is (242,218,145). Sum of RGB (Red+Green+Blue) = 242+218+145=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DA91 is #0D256E. Grayscale: #D9D9D9. Windows color (decimal): -861551 or 9558770. OLE color: 9558770.

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

Color convert

RGB242218145-
CMYK00.100.400.05
HSL45.15º78.86%75.88%-
HSV(B)45.15º40.08%94.9%-
XYZ66.871.0636.98-
YUV216.8587.45145.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 145 (57.03% from 255) = 23.97%
R=40%
G=36.03%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221814500.100.400.0545.1578.8675.88
HexF2DA910A2852d4f4c
Octal36233222101250555117114
Binary1111001011011010100100010101010100010110110110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DA91; }

 p { color: rgb(242,218,145); }

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

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

 a { background-color: rgb(242,218,145); }

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

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

 span { border-color: rgb(242,218,145); }

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