Html Css Color HEX #FADC90 Vis Vis

📋 copy color: '#FADC90'

red 250 ◦ green 220 ◦ blue 144

#FADC90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vis Vis #FADC90

Tints of Vis Vis #FADC90

RGB

 RED value IS 250 (98.05% from 255) = 40.72%

 GREEN value IS 220 (86.33% from 255) = 35.83%

 BLUE value IS 144 (56.64% from 255) = 23.45%

R = 40.72%
G = 35.83%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FADC90 (or 0xFADC90) is known color: Vis Vis. HEX triplet: FA, DC and 90. RGB value is (250,220,144). Sum of RGB (Red+Green+Blue) = 250+220+144=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 144 (56.64% from 255 or 23.45% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC90 is #05236F. Grayscale: #DCDCDC. Windows color (decimal): -336752 or 9493754. OLE color: 9493754.

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

Color convert

RGB 250 220 144 -
CMYK 0 0.12 0.42 0.02
HSL 43.02º 0.91% 0.77% -
HSV(B) 43.02º 0.42% 0.98% -
XYZ 70.05 73.52 36.89 -
YUV 220.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 250 220 144 0 0.12 0.42 0.02 43.02 0.91 0.77
Hex FA DC 90 0 C 2A 2 2B 5B 4D
Octal 372 334 220 0 14 52 2 53 133 115
Binary 11111010 11011100 10010000 0 1100 101010 10 101011 1011011 1001101

Color Harmonies of #FADC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC90

Black with #FADC90

Text Example


Text Example

White with #FADC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC90; }

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

 H1.HeaderClassName
 {
   color: #FADC90;
 }
 .AnyTagClassName
 {
   color: #FADC90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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