#F0DC93

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

Shades of Vis Vis #F0DC93

Tints of Vis Vis #F0DC93

Color information

#F0DC93 (or 0xF0DC93) is unknown color: approx Vis Vis. HEX triplet: F0, DC and 93. RGB value is (240,220,147). Sum of RGB (Red+Green+Blue) = 240+220+147=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DC93 is #0F236C. Grayscale: #D9D9D9. Windows color (decimal): -992109 or 9690352. OLE color: 9690352.

HSL color Cylindrical-coordinate representation of color #F0DC93: hue angle of 47.1º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0DC93 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB240220147-
CMYK00.080.390.06
HSL47.1º75.61%75.88%-
HSV(B)47.1º38.75%94.12%-
XYZ66.7971.8237.95-
YUV217.6688.13143.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 147 (57.81% from 255) = 24.22%
R=39.54%
G=36.24%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022014700.080.390.0647.175.6175.88
HexF0DC93082762f4c4c
Octal36033422301047657114114
Binary1111000011011100100100110100010011111010111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DC93; }

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

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

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

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

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

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

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

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