#FADF90

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

Shades of Vis Vis #FADF90

Tints of Vis Vis #FADF90

Color information

#FADF90 (or 0xFADF90) is unknown color: approx Vis Vis. HEX triplet: FA, DF and 90. RGB value is (250,223,144). Sum of RGB (Red+Green+Blue) = 250+223+144=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 144 (56.64% from 255 or 23.34% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF90 is #05206F. Grayscale: #DEDEDE. Windows color (decimal): -335984 or 9494522. OLE color: 9494522.

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

Color convert

RGB250223144-
CMYK00.110.420.02
HSL44.72º91.38%77.25%-
HSV(B)44.72º42.4%98.04%-
XYZ70.8575.1137.15-
YUV222.0783.95147.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 223 (87.5% from 255) = 36.14%
BLUE value IS 144 (56.64% from 255) = 23.34%
R=40.52%
G=36.14%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022314400.110.420.0244.7291.3877.25
HexFADF900B2A22d5b4d
Octal37233722001352255133115
Binary111110101101111110010000010111010101010110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADF90; }

 p { color: rgb(250,223,144); }

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

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

 a { background-color: rgb(250,223,144); }

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

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

 span { border-color: rgb(250,223,144); }

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