#F5D78C

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

Shades of Golden Glow #F5D78C

Tints of Golden Glow #F5D78C

Color information

#F5D78C (or 0xF5D78C) is unknown color: approx Golden Glow. HEX triplet: F5, D7 and 8C. RGB value is (245,215,140). Sum of RGB (Red+Green+Blue) = 245+215+140=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D78C is #0A2873. Grayscale: #D7D7D7. Windows color (decimal): -665716 or 9230325. OLE color: 9230325.

HSL color Cylindrical-coordinate representation of color #F5D78C: hue angle of 42.86º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5D78C is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB245215140-
CMYK00.120.430.04
HSL42.86º84%75.49%-
HSV(B)42.86º42.86%96.08%-
XYZ66.6969.9134.79-
YUV215.4285.44149.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.83%
GREEN value IS 215 (84.38% from 255) = 35.83%
BLUE value IS 140 (55.08% from 255) = 23.33%
R=40.83%
G=35.83%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521514000.120.430.0442.868475.49
HexF5D78C0C2B42b544b
Octal36532721401453453124113
Binary1111010111010111100011000110010101110010101110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D78C; }

 p { color: rgb(245,215,140); }

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

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

 a { background-color: rgb(245,215,140); }

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

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

 span { border-color: rgb(245,215,140); }

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