Html Css Color HEX #FADC92 Vis Vis

📋 copy color: '#FADC92'

red 250 ◦ green 220 ◦ blue 146

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

Shades of Vis Vis #FADC92

Tints of Vis Vis #FADC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.7%

R = 40.58%
G = 35.71%
B = 23.7%

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

#FADC92 (or 0xFADC92) is known color: Vis Vis. HEX triplet: FA, DC and 92. RGB value is (250,220,146). Sum of RGB (Red+Green+Blue) = 250+220+146=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 146 (57.42% from 255 or 23.70% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC92 is #05236D. Grayscale: #DCDCDC. Windows color (decimal): -336750 or 9624826. OLE color: 9624826.

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

Color convert

RGB 250 220 146 -
CMYK 0 0.12 0.42 0.02
HSL 42.69º 0.91% 0.78% -
HSV(B) 42.69º 0.42% 0.98% -
XYZ 70.21 73.59 37.7 -
YUV 220.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 250 220 146 0 0.12 0.42 0.02 42.69 0.91 0.78
Hex FA DC 92 0 C 2A 2 2B 5B 4E
Octal 372 334 222 0 14 52 2 53 133 116
Binary 11111010 11011100 10010010 0 1100 101010 10 101011 1011011 1001110

Color Harmonies of #FADC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC92

Black with #FADC92

Text Example


Text Example

White with #FADC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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