Html Css Color HEX #FAD77C Golden Glow

📋 copy color: '#FAD77C'

red 250 ◦ green 215 ◦ blue 124

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

Shades of Golden Glow #FAD77C

Tints of Golden Glow #FAD77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.5%

 BLUE value IS 124 (48.83% from 255) = 21.05%

R = 42.44%
G = 36.5%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAD77C (or 0xFAD77C) is known color: Golden Glow. HEX triplet: FA, D7 and 7C. RGB value is (250,215,124). Sum of RGB (Red+Green+Blue) = 250+215+124=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 124 (48.83% from 255 or 21.05% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD77C is #052883. Grayscale: #D7D7D7. Windows color (decimal): -338052 or 8181754. OLE color: 8181754.

HSL color Cylindrical-coordinate representation of color #FAD77C: hue angle of 43.33º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAD77C is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 215 124 -
CMYK 0 0.14 0.50 0.02
HSL 43.33º 0.93% 0.73% -
HSV(B) 43.33º 0.5% 0.98% -
XYZ 67.36 70.38 29.1 -
YUV 215.09 76.6 152.9 -
System Red Green Blue C M Y K H S L
Decimal 250 215 124 0 0.14 0.50 0.02 43.33 0.93 0.73
Hex FA D7 7C 0 E 32 2 2B 5D 49
Octal 372 327 174 0 16 62 2 53 135 111
Binary 11111010 11010111 1111100 0 1110 110010 10 101011 1011101 1001001

Color Harmonies of #FAD77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD77C

Black with #FAD77C

Text Example


Text Example

White with #FAD77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD77C; }

 p { color: rgb(250,215,124); }

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

background-color css

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

 a { background-color: rgb(250,215,124); }

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

border-color css

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

 span { border-color: rgb(250,215,124); }

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