#F6DC96

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

Shades of Vis Vis #F6DC96

Tints of Vis Vis #F6DC96

Color information

#F6DC96 (or 0xF6DC96) is unknown color: approx Vis Vis. HEX triplet: F6, DC and 96. RGB value is (246,220,150). Sum of RGB (Red+Green+Blue) = 246+220+150=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC96 is #092369. Grayscale: #DCDCDC. Windows color (decimal): -598890 or 9886966. OLE color: 9886966.

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

Color convert

RGB246220150-
CMYK00.110.390.04
HSL43.75º84.21%77.65%-
HSV(B)43.75º39.02%96.47%-
XYZ69.172.9839.3-
YUV219.7988.61146.69-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.94%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 150 (58.98% from 255) = 24.35%
R=39.94%
G=35.71%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622015000.110.390.0443.7584.2177.65
HexF6DC960B2742c544e
Octal36633422601347454124116
Binary1111011011011100100101100101110011110010110010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DC96; }

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

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

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

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

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

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

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

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