Html Css Color HEX #F7D374 Golden Glow

📋 copy color: '#F7D374'

red 247 ◦ green 211 ◦ blue 116

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

Shades of Golden Glow #F7D374

Tints of Golden Glow #F7D374

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.76%

 BLUE value IS 116 (45.7% from 255) = 20.21%

R = 43.03%
G = 36.76%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F7D374 (or 0xF7D374) is known color: Golden Glow. HEX triplet: F7, D3 and 74. RGB value is (247,211,116). Sum of RGB (Red+Green+Blue) = 247+211+116=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D374 is #082C8B. Grayscale: #D3D3D3. Windows color (decimal): -535692 or 7656439. OLE color: 7656439.

HSL color Cylindrical-coordinate representation of color #F7D374: hue angle of 43.51º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7D374 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 211 116 -
CMYK 0 0.15 0.53 0.03
HSL 43.51º 0.89% 0.71% -
HSV(B) 43.51º 0.53% 0.97% -
XYZ 64.8 67.62 26.16 -
YUV 210.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 247 211 116 0 0.15 0.53 0.03 43.51 0.89 0.71
Hex F7 D3 74 0 F 35 3 2C 59 47
Octal 367 323 164 0 17 65 3 54 131 107
Binary 11110111 11010011 1110100 0 1111 110101 11 101100 1011001 1000111

Color Harmonies of #F7D374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D374

Black with #F7D374

Text Example


Text Example

White with #F7D374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D374; }

 p { color: rgb(247,211,116); }

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

background-color css

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

 a { background-color: rgb(247,211,116); }

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

border-color css

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

 span { border-color: rgb(247,211,116); }

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