#F5DA91

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

Shades of Vis Vis #F5DA91

Tints of Vis Vis #F5DA91

Color information

#F5DA91 (or 0xF5DA91) is unknown color: approx Vis Vis. HEX triplet: F5, DA and 91. RGB value is (245,218,145). Sum of RGB (Red+Green+Blue) = 245+218+145=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 145 (57.03% from 255 or 23.85% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DA91 is #0A256E. Grayscale: #DADADA. Windows color (decimal): -664943 or 9558773. OLE color: 9558773.

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

Color convert

RGB245218145-
CMYK00.110.410.04
HSL43.8º83.33%76.47%-
HSV(B)43.8º40.82%96.08%-
XYZ67.8471.637.03-
YUV217.7586.95147.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.30%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 145 (57.03% from 255) = 23.85%
R=40.30%
G=35.86%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521814500.110.410.0443.883.3376.47
HexF5DA910B2942c534c
Octal36533222101351454123114
Binary1111010111011010100100010101110100110010110010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DA91; }

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

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

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

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

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

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

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

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