#F5D47A

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

Shades of Golden Glow #F5D47A

Tints of Golden Glow #F5D47A

Color information

#F5D47A (or 0xF5D47A) is unknown color: approx Golden Glow. HEX triplet: F5, D4 and 7A. RGB value is (245,212,122). Sum of RGB (Red+Green+Blue) = 245+212+122=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D47A is #0A2B85. Grayscale: #D3D3D3. Windows color (decimal): -666502 or 8049909. OLE color: 8049909.

HSL color Cylindrical-coordinate representation of color #F5D47A: hue angle of 43.9º 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 #F5D47A is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245212122-
CMYK00.130.500.04
HSL43.9º86.01%71.96%-
HSV(B)43.9º50.2%96.08%-
XYZ64.7167.928.11-
YUV211.6177.43151.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.31%
GREEN value IS 212 (83.20% from 255) = 36.61%
BLUE value IS 122 (48.05% from 255) = 21.07%
R=42.31%
G=36.61%
B=21.07%

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
Decimal24521212200.130.500.0443.986.0171.96
HexF5D47A0D3242c5648
Octal36532417201562454126110
Binary111101011101010011110100110111001010010110010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D47A; }

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

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

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

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

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

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

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

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