#F9DE8C

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

Shades of Vis Vis #F9DE8C

Tints of Vis Vis #F9DE8C

Color information

#F9DE8C (or 0xF9DE8C) is unknown color: approx Vis Vis. HEX triplet: F9, DE and 8C. RGB value is (249,222,140). Sum of RGB (Red+Green+Blue) = 249+222+140=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DE8C is #062173. Grayscale: #DDDDDD. Windows color (decimal): -401780 or 9232121. OLE color: 9232121.

HSL color Cylindrical-coordinate representation of color #F9DE8C: hue angle of 45.14º 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 #F9DE8C is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB249222140-
CMYK00.110.440.02
HSL45.14º90.08%76.27%-
HSV(B)45.14º43.78%97.65%-
XYZ69.9274.2835.46-
YUV220.7282.45148.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.75%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 140 (55.08% from 255) = 22.91%
R=40.75%
G=36.33%
B=22.91%

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
Decimal24922214000.110.440.0245.1490.0876.27
HexF9DE8C0B2C22d5a4c
Octal37133621401354255132114
Binary111110011101111010001100010111011001010110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DE8C; }

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

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

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

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

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

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

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

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