#F6DC91

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

Shades of Vis Vis #F6DC91

Tints of Vis Vis #F6DC91

Color information

#F6DC91 (or 0xF6DC91) is unknown color: approx Vis Vis. HEX triplet: F6, DC and 91. RGB value is (246,220,145). Sum of RGB (Red+Green+Blue) = 246+220+145=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 145 (57.03% from 255 or 23.73% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC91 is #09236E. Grayscale: #DBDBDB. Windows color (decimal): -598895 or 9559286. OLE color: 9559286.

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

Color convert

RGB246220145-
CMYK00.110.410.04
HSL44.55º84.87%76.67%-
HSV(B)44.55º41.06%96.47%-
XYZ68.7172.8237.22-
YUV219.2286.11147.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.26%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 145 (57.03% from 255) = 23.73%
R=40.26%
G=36.01%
B=23.73%

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
Decimal24622014500.110.410.0444.5584.8776.67
HexF6DC910B2942d554d
Octal36633422101351455125115
Binary1111011011011100100100010101110100110010110110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DC91; }

 p { color: rgb(246,220,145); }

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

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

 a { background-color: rgb(246,220,145); }

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

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

 span { border-color: rgb(246,220,145); }

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