#F5D57A

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

Shades of Golden Glow #F5D57A

Tints of Golden Glow #F5D57A

Color information

#F5D57A (or 0xF5D57A) is unknown color: approx Golden Glow. HEX triplet: F5, D5 and 7A. RGB value is (245,213,122). Sum of RGB (Red+Green+Blue) = 245+213+122=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 122 (48.05% from 255 or 21.03% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D57A is #0A2A85. Grayscale: #D4D4D4. Windows color (decimal): -666246 or 8050165. OLE color: 8050165.

HSL color Cylindrical-coordinate representation of color #F5D57A: hue angle of 44.39º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F5D57A is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245213122-
CMYK00.130.500.04
HSL44.39º86.01%71.96%-
HSV(B)44.39º50.2%96.08%-
XYZ64.9668.4128.19-
YUV212.1977.1151.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.24%
GREEN value IS 213 (83.59% from 255) = 36.72%
BLUE value IS 122 (48.05% from 255) = 21.03%
R=42.24%
G=36.72%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521312200.130.500.0444.3986.0171.96
HexF5D57A0D3242c5648
Octal36532517201562454126110
Binary111101011101010111110100110111001010010110010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D57A; }

 p { color: rgb(245,213,122); }

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

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

 a { background-color: rgb(245,213,122); }

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

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

 span { border-color: rgb(245,213,122); }

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