#F6DC92

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

Shades of Vis Vis #F6DC92

Tints of Vis Vis #F6DC92

Color information

#F6DC92 (or 0xF6DC92) is unknown color: approx Vis Vis. HEX triplet: F6, DC and 92. RGB value is (246,220,146). Sum of RGB (Red+Green+Blue) = 246+220+146=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC92 is #09236D. Grayscale: #DBDBDB. Windows color (decimal): -598894 or 9624822. OLE color: 9624822.

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

Color convert

RGB246220146-
CMYK00.110.410.04
HSL44.4º84.75%76.86%-
HSV(B)44.4º40.65%96.47%-
XYZ68.7972.8537.63-
YUV219.3486.61147.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.20%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 146 (57.42% from 255) = 23.86%
R=40.20%
G=35.95%
B=23.86%

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
Decimal24622014600.110.410.0444.484.7576.86
HexF6DC920B2942c554d
Octal36633422201351454125115
Binary1111011011011100100100100101110100110010110010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DC92; }

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

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

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

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

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

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

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

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