#F9DC96

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

Shades of Vis Vis #F9DC96

Tints of Vis Vis #F9DC96

Color information

#F9DC96 (or 0xF9DC96) is unknown color: approx Vis Vis. HEX triplet: F9, DC and 96. RGB value is (249,220,150). Sum of RGB (Red+Green+Blue) = 249+220+150=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 150 (58.98% from 255 or 24.23% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DC96 is #062369. Grayscale: #DDDDDD. Windows color (decimal): -402282 or 9886969. OLE color: 9886969.

HSL color Cylindrical-coordinate representation of color #F9DC96: hue angle of 42.42º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9DC96 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB249220150-
CMYK00.120.400.02
HSL42.42º89.19%78.24%-
HSV(B)42.42º39.76%97.65%-
XYZ70.1773.5339.35-
YUV220.6988.11148.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.23%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 150 (58.98% from 255) = 24.23%
R=40.23%
G=35.54%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922015000.120.400.0242.4289.1978.24
HexF9DC960C2822a594e
Octal37133422601450252131116
Binary111110011101110010010110011001010001010101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DC96; }

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

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

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

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

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

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

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

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