#F9DC85

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

Shades of Golden Glow #F9DC85

Tints of Golden Glow #F9DC85

Color information

#F9DC85 (or 0xF9DC85) is unknown color: approx Golden Glow. HEX triplet: F9, DC and 85. RGB value is (249,220,133). Sum of RGB (Red+Green+Blue) = 249+220+133=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DC85 is #06237A. Grayscale: #DBDBDB. Windows color (decimal): -402299 or 8772857. OLE color: 8772857.

HSL color Cylindrical-coordinate representation of color #F9DC85: hue angle of 45º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F9DC85 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB249220133-
CMYK00.120.470.02
HSL45º90.62%74.9%-
HSV(B)45º46.59%97.65%-
XYZ68.8973.0232.65-
YUV218.7579.61149.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.36%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 133 (52.34% from 255) = 22.09%
R=41.36%
G=36.54%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922013300.120.470.024590.6274.9
HexF9DC850C2F22d5b4b
Octal37133420501457255133113
Binary111110011101110010000101011001011111010110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DC85; }

 p { color: rgb(249,220,133); }

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

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

 a { background-color: rgb(249,220,133); }

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

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

 span { border-color: rgb(249,220,133); }

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