#F9DD8C

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

Shades of Vis Vis #F9DD8C

Tints of Vis Vis #F9DD8C

Color information

#F9DD8C (or 0xF9DD8C) is unknown color: approx Vis Vis. HEX triplet: F9, DD and 8C. RGB value is (249,221,140). Sum of RGB (Red+Green+Blue) = 249+221+140=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 140 (55.08% from 255 or 22.95% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DD8C is #062273. Grayscale: #DCDCDC. Windows color (decimal): -402036 or 9231865. OLE color: 9231865.

HSL color Cylindrical-coordinate representation of color #F9DD8C: hue angle of 44.59º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9DD8C is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB249221140-
CMYK00.110.440.02
HSL44.59º90.08%76.27%-
HSV(B)44.59º43.78%97.65%-
XYZ69.6673.7535.37-
YUV220.1482.78148.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.82%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 140 (55.08% from 255) = 22.95%
R=40.82%
G=36.23%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922114000.110.440.0244.5990.0876.27
HexF9DD8C0B2C22d5a4c
Octal37133521401354255132114
Binary111110011101110110001100010111011001010110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DD8C; }

 p { color: rgb(249,221,140); }

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

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

 a { background-color: rgb(249,221,140); }

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

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

 span { border-color: rgb(249,221,140); }

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