Html Css Color HEX #F7D97D Golden Glow

📋 copy color: '#F7D97D'

red 247 ◦ green 217 ◦ blue 125

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

Shades of Golden Glow #F7D97D

Tints of Golden Glow #F7D97D

RGB

 RED value IS 247 (96.88% from 255) = 41.94%

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

 BLUE value IS 125 (49.22% from 255) = 21.22%

R = 41.94%
G = 36.84%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F7D97D (or 0xF7D97D) is known color: Golden Glow. HEX triplet: F7, D9 and 7D. RGB value is (247,217,125). Sum of RGB (Red+Green+Blue) = 247+217+125=589 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.94% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D97D is #082682. Grayscale: #D7D7D7. Windows color (decimal): -534147 or 8247799. OLE color: 8247799.

HSL color Cylindrical-coordinate representation of color #F7D97D: hue angle of 45.25º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F7D97D is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 217 125 -
CMYK 0 0.12 0.49 0.03
HSL 45.25º 0.88% 0.73% -
HSV(B) 45.25º 0.49% 0.97% -
XYZ 66.87 70.88 29.56 -
YUV 215.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 247 217 125 0 0.12 0.49 0.03 45.25 0.88 0.73
Hex F7 D9 7D 0 C 31 3 2D 58 49
Octal 367 331 175 0 14 61 3 55 130 111
Binary 11110111 11011001 1111101 0 1100 110001 11 101101 1011000 1001001

Color Harmonies of #F7D97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D97D

Black with #F7D97D

Text Example


Text Example

White with #F7D97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D97D; }

 p { color: rgb(247,217,125); }

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

background-color css

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

 a { background-color: rgb(247,217,125); }

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

border-color css

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

 span { border-color: rgb(247,217,125); }

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