#F3DC93

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

Shades of Vis Vis #F3DC93

Tints of Vis Vis #F3DC93

Color information

#F3DC93 (or 0xF3DC93) is unknown color: approx Vis Vis. HEX triplet: F3, DC and 93. RGB value is (243,220,147). Sum of RGB (Red+Green+Blue) = 243+220+147=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 147 (57.81% from 255 or 24.10% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DC93 is #0C236C. Grayscale: #DADADA. Windows color (decimal): -795501 or 9690355. OLE color: 9690355.

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

Color convert

RGB243220147-
CMYK00.090.400.05
HSL45.62º80%76.47%-
HSV(B)45.62º39.51%95.29%-
XYZ67.8272.3537.99-
YUV218.5587.62145.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 147 (57.81% from 255) = 24.10%
R=39.84%
G=36.07%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322014700.090.400.0545.628076.47
HexF3DC93092852e504c
Octal36333422301150556120114
Binary1111001111011100100100110100110100010110111010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DC93; }

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

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

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

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

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

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

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

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