#F6DA80

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

Shades of Golden Glow #F6DA80

Tints of Golden Glow #F6DA80

Color information

#F6DA80 (or 0xF6DA80) is unknown color: approx Golden Glow. HEX triplet: F6, DA and 80. RGB value is (246,218,128). Sum of RGB (Red+Green+Blue) = 246+218+128=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DA80 is #09257F. Grayscale: #D8D8D8. Windows color (decimal): -599424 or 8444662. OLE color: 8444662.

HSL color Cylindrical-coordinate representation of color #F6DA80: hue angle of 45.76º 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 #F6DA80 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246218128-
CMYK00.110.480.04
HSL45.76º86.76%73.33%-
HSV(B)45.76º47.97%96.47%-
XYZ66.9771.2930.65-
YUV216.1178.28149.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.55%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 128 (50.39% from 255) = 21.62%
R=41.55%
G=36.82%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621812800.110.480.0445.7686.7673.33
HexF6DA800B3042e5749
Octal36633220001360456127111
Binary1111011011011010100000000101111000010010111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DA80; }

 p { color: rgb(246,218,128); }

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

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

 a { background-color: rgb(246,218,128); }

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

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

 span { border-color: rgb(246,218,128); }

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