#F3DC96

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

Shades of Vis Vis #F3DC96

Tints of Vis Vis #F3DC96

Color information

#F3DC96 (or 0xF3DC96) is unknown color: approx Vis Vis. HEX triplet: F3, DC and 96. RGB value is (243,220,150). Sum of RGB (Red+Green+Blue) = 243+220+150=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DC96 is #0C2369. Grayscale: #DBDBDB. Windows color (decimal): -795498 or 9886963. OLE color: 9886963.

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

Color convert

RGB243220150-
CMYK00.090.380.05
HSL45.16º79.49%77.06%-
HSV(B)45.16º38.27%95.29%-
XYZ68.0672.4439.25-
YUV218.989.12145.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.64%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 150 (58.98% from 255) = 24.47%
R=39.64%
G=35.89%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322015000.090.380.0545.1679.4977.06
HexF3DC96092652d4f4d
Octal36333422601146555117115
Binary1111001111011100100101100100110011010110110110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DC96; }

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

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

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

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

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

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

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

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