#F1DC93

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

Shades of Vis Vis #F1DC93

Tints of Vis Vis #F1DC93

Color information

#F1DC93 (or 0xF1DC93) is unknown color: approx Vis Vis. HEX triplet: F1, DC and 93. RGB value is (241,220,147). Sum of RGB (Red+Green+Blue) = 241+220+147=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 147 (57.81% from 255 or 24.18% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DC93 is #0E236C. Grayscale: #DADADA. Windows color (decimal): -926573 or 9690353. OLE color: 9690353.

HSL color Cylindrical-coordinate representation of color #F1DC93: hue angle of 46.6º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1DC93 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB241220147-
CMYK00.090.390.05
HSL46.6º77.05%76.08%-
HSV(B)46.6º39%94.51%-
XYZ67.1471.9937.96-
YUV217.9687.96144.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.64%
GREEN value IS 220 (86.33% from 255) = 36.18%
BLUE value IS 147 (57.81% from 255) = 24.18%
R=39.64%
G=36.18%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122014700.090.390.0546.677.0576.08
HexF1DC93092752f4d4c
Octal36133422301147557115114
Binary1111000111011100100100110100110011110110111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DC93; }

 p { color: rgb(241,220,147); }

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

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

 a { background-color: rgb(241,220,147); }

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

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

 span { border-color: rgb(241,220,147); }

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