#F5DA8E

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

Shades of Vis Vis #F5DA8E

Tints of Vis Vis #F5DA8E

Color information

#F5DA8E (or 0xF5DA8E) is unknown color: approx Vis Vis. HEX triplet: F5, DA and 8E. RGB value is (245,218,142). Sum of RGB (Red+Green+Blue) = 245+218+142=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DA8E is #0A2571. Grayscale: #D9D9D9. Windows color (decimal): -664946 or 9362165. OLE color: 9362165.

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

Color convert

RGB245218142-
CMYK00.110.420.04
HSL44.27º83.74%75.88%-
HSV(B)44.27º42.04%96.08%-
XYZ67.6171.5135.83-
YUV217.4185.45147.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.50%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 142 (55.86% from 255) = 23.47%
R=40.50%
G=36.03%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521814200.110.420.0444.2783.7475.88
HexF5DA8E0B2A42c544c
Octal36533221601352454124114
Binary1111010111011010100011100101110101010010110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DA8E; }

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

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

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

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

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

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

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

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