#F6DC90

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

Shades of Vis Vis #F6DC90

Tints of Vis Vis #F6DC90

Color information

#F6DC90 (or 0xF6DC90) is unknown color: approx Vis Vis. HEX triplet: F6, DC and 90. RGB value is (246,220,144). Sum of RGB (Red+Green+Blue) = 246+220+144=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC90 is #09236F. Grayscale: #DBDBDB. Windows color (decimal): -598896 or 9493750. OLE color: 9493750.

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

Color convert

RGB246220144-
CMYK00.110.410.04
HSL44.71º85%76.47%-
HSV(B)44.71º41.46%96.47%-
XYZ68.6372.7936.82-
YUV219.1185.61147.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.33%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 144 (56.64% from 255) = 23.61%
R=40.33%
G=36.07%
B=23.61%

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
Decimal24622014400.110.410.0444.718576.47
HexF6DC900B2942d554c
Octal36633422001351455125114
Binary1111011011011100100100000101110100110010110110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DC90; }

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

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

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

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

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

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

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

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