#F6D37F

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

Shades of Golden Glow #F6D37F

Tints of Golden Glow #F6D37F

Color information

#F6D37F (or 0xF6D37F) is unknown color: approx Golden Glow. HEX triplet: F6, D3 and 7F. RGB value is (246,211,127). Sum of RGB (Red+Green+Blue) = 246+211+127=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 127 (50% from 255 or 21.75% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D37F is #092C80. Grayscale: #D4D4D4. Windows color (decimal): -601217 or 8377334. OLE color: 8377334.

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

Color convert

RGB246211127-
CMYK00.140.480.04
HSL42.35º86.86%73.14%-
HSV(B)42.35º48.37%96.47%-
XYZ65.1367.7129.72-
YUV211.8980.1152.33-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.12%
GREEN value IS 211 (82.81% from 255) = 36.13%
BLUE value IS 127 (50% from 255) = 21.75%
R=42.12%
G=36.13%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621112700.140.480.0442.3586.8673.14
HexF6D37F0E3042a5749
Octal36632317701660452127111
Binary111101101101001111111110111011000010010101010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D37F; }

 p { color: rgb(246,211,127); }

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

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

 a { background-color: rgb(246,211,127); }

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

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

 span { border-color: rgb(246,211,127); }

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