#F7DC82

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

Shades of Golden Glow #F7DC82

Tints of Golden Glow #F7DC82

Color information

#F7DC82 (or 0xF7DC82) is unknown color: approx Golden Glow. HEX triplet: F7, DC and 82. RGB value is (247,220,130). Sum of RGB (Red+Green+Blue) = 247+220+130=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DC82 is #08237D. Grayscale: #DADADA. Windows color (decimal): -533374 or 8576247. OLE color: 8576247.

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

Color convert

RGB247220130-
CMYK00.110.470.03
HSL46.15º87.97%73.92%-
HSV(B)46.15º47.37%96.86%-
XYZ67.9872.5731.54-
YUV217.8178.45148.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.37%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 130 (51.17% from 255) = 21.78%
R=41.37%
G=36.85%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722013000.110.470.0346.1587.9773.92
HexF7DC820B2F32e584a
Octal36733420201357356130112
Binary111101111101110010000010010111011111110111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DC82; }

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

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

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

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

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

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

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

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