Html Css Color HEX #FADD80 Golden Glow

📋 copy color: '#FADD80'

red 250 ◦ green 221 ◦ blue 128

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

Shades of Golden Glow #FADD80

Tints of Golden Glow #FADD80

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.89%

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

R = 41.74%
G = 36.89%
B = 21.37%

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

#FADD80 (or 0xFADD80) is known color: Golden Glow. HEX triplet: FA, DD and 80. RGB value is (250,221,128). Sum of RGB (Red+Green+Blue) = 250+221+128=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD80 is #05227F. Grayscale: #DBDBDB. Windows color (decimal): -336512 or 8445434. OLE color: 8445434.

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

Color convert

RGB 250 221 128 -
CMYK 0 0.12 0.49 0.02
HSL 45.74º 0.92% 0.74% -
HSV(B) 45.74º 0.49% 0.98% -
XYZ 69.18 73.6 30.98 -
YUV 219.07 76.61 150.06 -
System Red Green Blue C M Y K H S L
Decimal 250 221 128 0 0.12 0.49 0.02 45.74 0.92 0.74
Hex FA DD 80 0 C 31 2 2E 5C 4A
Octal 372 335 200 0 14 61 2 56 134 112
Binary 11111010 11011101 10000000 0 1100 110001 10 101110 1011100 1001010

Color Harmonies of #FADD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD80

Black with #FADD80

Text Example


Text Example

White with #FADD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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