Html Css Color HEX #FAD977 Golden Glow

📋 copy color: '#FAD977'

red 250 ◦ green 217 ◦ blue 119

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

Shades of Golden Glow #FAD977

Tints of Golden Glow #FAD977

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.03%

 BLUE value IS 119 (46.88% from 255) = 20.31%

R = 42.66%
G = 37.03%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FAD977 (or 0xFAD977) is known color: Golden Glow. HEX triplet: FA, D9 and 77. RGB value is (250,217,119). Sum of RGB (Red+Green+Blue) = 250+217+119=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD977 is #052688. Grayscale: #D8D8D8. Windows color (decimal): -337545 or 7854586. OLE color: 7854586.

HSL color Cylindrical-coordinate representation of color #FAD977: hue angle of 44.89º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAD977 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 217 119 -
CMYK 0 0.13 0.52 0.02
HSL 44.89º 0.93% 0.72% -
HSV(B) 44.89º 0.52% 0.98% -
XYZ 67.57 71.28 27.65 -
YUV 215.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 250 217 119 0 0.13 0.52 0.02 44.89 0.93 0.72
Hex FA D9 77 0 D 34 2 2D 5D 48
Octal 372 331 167 0 15 64 2 55 135 110
Binary 11111010 11011001 1110111 0 1101 110100 10 101101 1011101 1001000

Color Harmonies of #FAD977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD977

Black with #FAD977

Text Example


Text Example

White with #FAD977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD977; }

 p { color: rgb(250,217,119); }

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

background-color css

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

 a { background-color: rgb(250,217,119); }

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

border-color css

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

 span { border-color: rgb(250,217,119); }

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