#F5DA8F

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

Shades of Vis Vis #F5DA8F

Tints of Vis Vis #F5DA8F

Color information

#F5DA8F (or 0xF5DA8F) is unknown color: approx Vis Vis. HEX triplet: F5, DA and 8F. RGB value is (245,218,143). Sum of RGB (Red+Green+Blue) = 245+218+143=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DA8F is #0A2570. Grayscale: #D9D9D9. Windows color (decimal): -664945 or 9427701. OLE color: 9427701.

HSL color Cylindrical-coordinate representation of color #F5DA8F: hue angle of 44.12º 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 #F5DA8F is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245218143-
CMYK00.110.420.04
HSL44.12º83.61%76.08%-
HSV(B)44.12º41.63%96.08%-
XYZ67.6971.5436.23-
YUV217.5285.95147.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.43%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 143 (56.25% from 255) = 23.60%
R=40.43%
G=35.97%
B=23.60%

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
Decimal24521814300.110.420.0444.1283.6176.08
HexF5DA8F0B2A42c544c
Octal36533221701352454124114
Binary1111010111011010100011110101110101010010110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DA8F; }

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

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

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

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

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

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

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

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