#F8DC7D

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

Shades of Golden Glow #F8DC7D

Tints of Golden Glow #F8DC7D

Color information

#F8DC7D (or 0xF8DC7D) is unknown color: approx Golden Glow. HEX triplet: F8, DC and 7D. RGB value is (248,220,125). Sum of RGB (Red+Green+Blue) = 248+220+125=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC7D is #072382. Grayscale: #D9D9D9. Windows color (decimal): -467843 or 8248568. OLE color: 8248568.

HSL color Cylindrical-coordinate representation of color #F8DC7D: hue angle of 46.34º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8DC7D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB248220125-
CMYK00.110.500.03
HSL46.34º89.78%73.14%-
HSV(B)46.34º49.6%97.25%-
XYZ68.0172.6229.84-
YUV217.5475.78149.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.82%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 125 (49.22% from 255) = 21.08%
R=41.82%
G=37.10%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822012500.110.500.0346.3489.7873.14
HexF8DC7D0B3232e5a49
Octal37033417501362356132111
Binary11111000110111001111101010111100101110111010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DC7D; }

 p { color: rgb(248,220,125); }

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

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

 a { background-color: rgb(248,220,125); }

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

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

 span { border-color: rgb(248,220,125); }

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