#F9D88A

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

Shades of Golden Glow #F9D88A

Tints of Golden Glow #F9D88A

Color information

#F9D88A (or 0xF9D88A) is unknown color: approx Golden Glow. HEX triplet: F9, D8 and 8A. RGB value is (249,216,138). Sum of RGB (Red+Green+Blue) = 249+216+138=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D88A is #062775. Grayscale: #D9D9D9. Windows color (decimal): -403318 or 9099513. OLE color: 9099513.

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

Color convert

RGB249216138-
CMYK00.130.450.02
HSL42.16º90.24%75.88%-
HSV(B)42.16º44.58%97.65%-
XYZ68.2171.0934.17-
YUV216.9883.43150.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.29%
GREEN value IS 216 (84.77% from 255) = 35.82%
BLUE value IS 138 (54.30% from 255) = 22.89%
R=41.29%
G=35.82%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921613800.130.450.0242.1690.2475.88
HexF9D88A0D2D22a5a4c
Octal37133021201555252132114
Binary111110011101100010001010011011011011010101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D88A; }

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

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

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

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

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

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

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

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