Html Css Color HEX #FADC93 Vis Vis

📋 copy color: '#FADC93'

red 250 ◦ green 220 ◦ blue 147

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

Shades of Vis Vis #FADC93

Tints of Vis Vis #FADC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 23.82%

R = 40.52%
G = 35.66%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FADC93 (or 0xFADC93) is known color: Vis Vis. HEX triplet: FA, DC and 93. RGB value is (250,220,147). Sum of RGB (Red+Green+Blue) = 250+220+147=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 147 (57.81% from 255 or 23.82% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC93 is #05236C. Grayscale: #DCDCDC. Windows color (decimal): -336749 or 9690362. OLE color: 9690362.

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

Color convert

RGB 250 220 147 -
CMYK 0 0.12 0.41 0.02
HSL 42.52º 0.91% 0.78% -
HSV(B) 42.52º 0.41% 0.98% -
XYZ 70.28 73.62 38.11 -
YUV 220.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 250 220 147 0 0.12 0.41 0.02 42.52 0.91 0.78
Hex FA DC 93 0 C 29 2 2B 5B 4E
Octal 372 334 223 0 14 51 2 53 133 116
Binary 11111010 11011100 10010011 0 1100 101001 10 101011 1011011 1001110

Color Harmonies of #FADC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC93

Black with #FADC93

Text Example


Text Example

White with #FADC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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