Html Css Color HEX #FADD82 Golden Glow

📋 copy color: '#FADD82'

red 250 ◦ green 221 ◦ blue 130

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

Shades of Golden Glow #FADD82

Tints of Golden Glow #FADD82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.63%

R = 41.6%
G = 36.77%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FADD82 (or 0xFADD82) is known color: Golden Glow. HEX triplet: FA, DD and 82. RGB value is (250,221,130). Sum of RGB (Red+Green+Blue) = 250+221+130=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 130 (51.17% from 255 or 21.63% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD82 is #05227D. Grayscale: #DBDBDB. Windows color (decimal): -336510 or 8576506. OLE color: 8576506.

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

Color convert

RGB 250 221 130 -
CMYK 0 0.12 0.48 0.02
HSL 45.5º 0.92% 0.75% -
HSV(B) 45.5º 0.48% 0.98% -
XYZ 69.31 73.65 31.68 -
YUV 219.3 77.61 149.9 -
System Red Green Blue C M Y K H S L
Decimal 250 221 130 0 0.12 0.48 0.02 45.5 0.92 0.75
Hex FA DD 82 0 C 30 2 2E 5C 4B
Octal 372 335 202 0 14 60 2 56 134 113
Binary 11111010 11011101 10000010 0 1100 110000 10 101110 1011100 1001011

Color Harmonies of #FADD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD82

Black with #FADD82

Text Example


Text Example

White with #FADD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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