#F5D279

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

Shades of Golden Glow #F5D279

Tints of Golden Glow #F5D279

Color information

#F5D279 (or 0xF5D279) is unknown color: approx Golden Glow. HEX triplet: F5, D2 and 79. RGB value is (245,210,121). Sum of RGB (Red+Green+Blue) = 245+210+121=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 121 (47.66% from 255 or 21.01% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D279 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D279 is #0A2D86. Grayscale: #D2D2D2. Windows color (decimal): -667015 or 7983861. OLE color: 7983861.

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

Color convert

RGB245210121-
CMYK00.140.510.04
HSL43.06º86.11%71.76%-
HSV(B)43.06º50.61%96.08%-
XYZ64.1566.8927.62-
YUV210.3277.6152.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.53%
GREEN value IS 210 (82.42% from 255) = 36.46%
BLUE value IS 121 (47.66% from 255) = 21.01%
R=42.53%
G=36.46%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521012100.140.510.0443.0686.1171.76
HexF5D2790E3342b5648
Octal36532217101663453126110
Binary111101011101001011110010111011001110010101110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D279; }

 p { color: rgb(245,210,121); }

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

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

 a { background-color: rgb(245,210,121); }

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

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

 span { border-color: rgb(245,210,121); }

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