#F0D577

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

Shades of Golden Glow #F0D577

Tints of Golden Glow #F0D577

Color information

#F0D577 (or 0xF0D577) is unknown color: approx Golden Glow. HEX triplet: F0, D5 and 77. RGB value is (240,213,119). Sum of RGB (Red+Green+Blue) = 240+213+119=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 119 (46.88% from 255 or 20.80% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D577 is #0F2A88. Grayscale: #D2D2D2. Windows color (decimal): -993929 or 7853552. OLE color: 7853552.

HSL color Cylindrical-coordinate representation of color #F0D577: hue angle of 46.61º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0D577 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB240213119-
CMYK00.110.500.06
HSL46.61º80.13%70.39%-
HSV(B)46.61º50.42%94.12%-
XYZ63.0667.4527.15-
YUV210.3676.45149.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.96%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 119 (46.88% from 255) = 20.80%
R=41.96%
G=37.24%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021311900.110.500.0646.6180.1370.39
HexF0D5770B3262f5046
Octal36032516701362657120106
Binary111100001101010111101110101111001011010111110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D577; }

 p { color: rgb(240,213,119); }

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

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

 a { background-color: rgb(240,213,119); }

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

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

 span { border-color: rgb(240,213,119); }

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