#F2D77C

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

Shades of Golden Glow #F2D77C

Tints of Golden Glow #F2D77C

Color information

#F2D77C (or 0xF2D77C) is unknown color: approx Golden Glow. HEX triplet: F2, D7 and 7C. RGB value is (242,215,124). Sum of RGB (Red+Green+Blue) = 242+215+124=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D77C is #0D2883. Grayscale: #D5D5D5. Windows color (decimal): -862340 or 8181746. OLE color: 8181746.

HSL color Cylindrical-coordinate representation of color #F2D77C: hue angle of 46.27º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2D77C is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB242215124-
CMYK00.110.490.05
HSL46.27º81.94%71.76%-
HSV(B)46.27º48.76%94.9%-
XYZ64.5668.9328.97-
YUV212.777.95148.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.65%
GREEN value IS 215 (84.38% from 255) = 37.01%
BLUE value IS 124 (48.83% from 255) = 21.34%
R=41.65%
G=37.01%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221512400.110.490.0546.2781.9471.76
HexF2D77C0B3152e5248
Octal36232717401361556122110
Binary111100101101011111111000101111000110110111010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D77C; }

 p { color: rgb(242,215,124); }

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

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

 a { background-color: rgb(242,215,124); }

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

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

 span { border-color: rgb(242,215,124); }

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