Html Css Color HEX #FADB82 Golden Glow

📋 copy color: '#FADB82'

red 250 ◦ green 219 ◦ blue 130

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

Shades of Golden Glow #FADB82

Tints of Golden Glow #FADB82

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.56%

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

R = 41.74%
G = 36.56%
B = 21.7%

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

#FADB82 (or 0xFADB82) is known color: Golden Glow. HEX triplet: FA, DB and 82. RGB value is (250,219,130). Sum of RGB (Red+Green+Blue) = 250+219+130=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADB82 is #05247D. Grayscale: #DADADA. Windows color (decimal): -337022 or 8575994. OLE color: 8575994.

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

Color convert

RGB 250 219 130 -
CMYK 0 0.12 0.48 0.02
HSL 44.5º 0.92% 0.75% -
HSV(B) 44.5º 0.48% 0.98% -
XYZ 68.79 72.6 31.51 -
YUV 218.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 250 219 130 0 0.12 0.48 0.02 44.5 0.92 0.75
Hex FA DB 82 0 C 30 2 2C 5C 4B
Octal 372 333 202 0 14 60 2 54 134 113
Binary 11111010 11011011 10000010 0 1100 110000 10 101100 1011100 1001011

Color Harmonies of #FADB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB82

Black with #FADB82

Text Example


Text Example

White with #FADB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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