Html Css Color HEX #FADC80 Golden Glow

📋 copy color: '#FADC80'

red 250 ◦ green 220 ◦ blue 128

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

Shades of Golden Glow #FADC80

Tints of Golden Glow #FADC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.4%

R = 41.81%
G = 36.79%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FADC80 (or 0xFADC80) is known color: Golden Glow. HEX triplet: FA, DC and 80. RGB value is (250,220,128). Sum of RGB (Red+Green+Blue) = 250+220+128=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADC80 is #05237F. Grayscale: #DADADA. Windows color (decimal): -336768 or 8445178. OLE color: 8445178.

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

Color convert

RGB 250 220 128 -
CMYK 0 0.12 0.49 0.02
HSL 45.25º 0.92% 0.74% -
HSV(B) 45.25º 0.49% 0.98% -
XYZ 68.91 73.07 30.89 -
YUV 218.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 250 220 128 0 0.12 0.49 0.02 45.25 0.92 0.74
Hex FA DC 80 0 C 31 2 2D 5C 4A
Octal 372 334 200 0 14 61 2 55 134 112
Binary 11111010 11011100 10000000 0 1100 110001 10 101101 1011100 1001010

Color Harmonies of #FADC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC80

Black with #FADC80

Text Example


Text Example

White with #FADC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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