#F9D88C

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

Shades of Golden Glow #F9D88C

Tints of Golden Glow #F9D88C

Color information

#F9D88C (or 0xF9D88C) is unknown color: approx Golden Glow. HEX triplet: F9, D8 and 8C. RGB value is (249,216,140). Sum of RGB (Red+Green+Blue) = 249+216+140=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D88C is #062773. Grayscale: #D9D9D9. Windows color (decimal): -403316 or 9230585. OLE color: 9230585.

HSL color Cylindrical-coordinate representation of color #F9D88C: hue angle of 41.83º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9D88C is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB249216140-
CMYK00.130.440.02
HSL41.83º90.08%76.27%-
HSV(B)41.83º43.78%97.65%-
XYZ68.3671.1434.94-
YUV217.284.43150.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.16%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 140 (55.08% from 255) = 23.14%
R=41.16%
G=35.70%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921614000.130.440.0241.8390.0876.27
HexF9D88C0D2C22a5a4c
Octal37133021401554252132114
Binary111110011101100010001100011011011001010101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D88C; }

 p { color: rgb(249,216,140); }

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

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

 a { background-color: rgb(249,216,140); }

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

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

 span { border-color: rgb(249,216,140); }

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