#F9DC90

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

Shades of Vis Vis #F9DC90

Tints of Vis Vis #F9DC90

Color information

#F9DC90 (or 0xF9DC90) is unknown color: approx Vis Vis. HEX triplet: F9, DC and 90. RGB value is (249,220,144). Sum of RGB (Red+Green+Blue) = 249+220+144=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 144 (56.64% from 255 or 23.49% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DC90 is #06236F. Grayscale: #DCDCDC. Windows color (decimal): -402288 or 9493753. OLE color: 9493753.

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

Color convert

RGB249220144-
CMYK00.120.420.02
HSL43.43º89.74%77.06%-
HSV(B)43.43º42.17%97.65%-
XYZ69.6973.3436.87-
YUV220.0185.11148.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.62%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 144 (56.64% from 255) = 23.49%
R=40.62%
G=35.89%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922014400.120.420.0243.4389.7477.06
HexF9DC900C2A22b5a4d
Octal37133422001452253132115
Binary111110011101110010010000011001010101010101110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DC90; }

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

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

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

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

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

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

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

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