#F7DC80

Color #F7DC80 Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #F7DC80

Tints of Golden Glow #F7DC80

Color information

#F7DC80 (or 0xF7DC80) is unknown color: approx Golden Glow. HEX triplet: F7, DC and 80. RGB value is (247,220,128). Sum of RGB (Red+Green+Blue) = 247+220+128=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 128 (50.39% from 255 or 21.51% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DC80 is #08237F. Grayscale: #D9D9D9. Windows color (decimal): -533376 or 8445175. OLE color: 8445175.

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

Color convert

RGB247220128-
CMYK00.110.480.03
HSL46.39º88.15%73.53%-
HSV(B)46.39º48.18%96.86%-
XYZ67.8572.5230.84-
YUV217.5877.45148.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.51%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 128 (50.39% from 255) = 21.51%
R=41.51%
G=36.97%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722012800.110.480.0346.3988.1573.53
HexF7DC800B3032e584a
Octal36733420001360356130112
Binary111101111101110010000000010111100001110111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DC80; }

 p { color: rgb(247,220,128); }

 H1.HeaderClassName
 {
   color: #F7DC80;
 }
 .AnyTagClassName
 {
   color: #F7DC80;
 }
</style>
background-color css

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

 a { background-color: rgb(247,220,128); }

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

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

 span { border-color: rgb(247,220,128); }

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