Html Css Color HEX #F7D475 Golden Glow

📋 copy color: '#F7D475'

red 247 ◦ green 212 ◦ blue 117

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

Shades of Golden Glow #F7D475

Tints of Golden Glow #F7D475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.81%

 BLUE value IS 117 (46.09% from 255) = 20.31%

R = 42.88%
G = 36.81%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F7D475 (or 0xF7D475) is known color: Golden Glow. HEX triplet: F7, D4 and 75. RGB value is (247,212,117). Sum of RGB (Red+Green+Blue) = 247+212+117=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 117 (46.09% from 255 or 20.31% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D475 is #082B8A. Grayscale: #D4D4D4. Windows color (decimal): -535435 or 7722231. OLE color: 7722231.

HSL color Cylindrical-coordinate representation of color #F7D475: hue angle of 43.85º 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 #F7D475 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 212 117 -
CMYK 0 0.14 0.53 0.03
HSL 43.85º 0.89% 0.71% -
HSV(B) 43.85º 0.53% 0.97% -
XYZ 65.11 68.15 26.55 -
YUV 211.64 74.6 153.22 -
System Red Green Blue C M Y K H S L
Decimal 247 212 117 0 0.14 0.53 0.03 43.85 0.89 0.71
Hex F7 D4 75 0 E 35 3 2C 59 47
Octal 367 324 165 0 16 65 3 54 131 107
Binary 11110111 11010100 1110101 0 1110 110101 11 101100 1011001 1000111

Color Harmonies of #F7D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D475

Black with #F7D475

Text Example


Text Example

White with #F7D475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D475; }

 p { color: rgb(247,212,117); }

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

background-color css

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

 a { background-color: rgb(247,212,117); }

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

border-color css

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

 span { border-color: rgb(247,212,117); }

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