#F6D886

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

Shades of Golden Glow #F6D886

Tints of Golden Glow #F6D886

Color information

#F6D886 (or 0xF6D886) is unknown color: approx Golden Glow. HEX triplet: F6, D8 and 86. RGB value is (246,216,134). Sum of RGB (Red+Green+Blue) = 246+216+134=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 134 (52.73% from 255 or 22.48% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D886 is #092779. Grayscale: #D7D7D7. Windows color (decimal): -599930 or 8837366. OLE color: 8837366.

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

Color convert

RGB246216134-
CMYK00.120.460.04
HSL43.93º86.15%74.51%-
HSV(B)43.93º45.53%96.47%-
XYZ66.8670.4332.62-
YUV215.6281.94149.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.28%
GREEN value IS 216 (84.77% from 255) = 36.24%
BLUE value IS 134 (52.73% from 255) = 22.48%
R=41.28%
G=36.24%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621613400.120.460.0443.9386.1574.51
HexF6D8860C2E42c564b
Octal36633020601456454126113
Binary1111011011011000100001100110010111010010110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D886; }

 p { color: rgb(246,216,134); }

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

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

 a { background-color: rgb(246,216,134); }

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

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

 span { border-color: rgb(246,216,134); }

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