#F9DA7B

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

Shades of Golden Glow #F9DA7B

Tints of Golden Glow #F9DA7B

Color information

#F9DA7B (or 0xF9DA7B) is unknown color: approx Golden Glow. HEX triplet: F9, DA and 7B. RGB value is (249,218,123). Sum of RGB (Red+Green+Blue) = 249+218+123=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 123 (48.44% from 255 or 20.85% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DA7B is #062584. Grayscale: #D8D8D8. Windows color (decimal): -402821 or 8116985. OLE color: 8116985.

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

Color convert

RGB249218123-
CMYK00.120.510.02
HSL45.24º91.3%72.94%-
HSV(B)45.24º50.6%97.65%-
XYZ67.7171.7129.01-
YUV216.4475.27151.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.20%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 123 (48.44% from 255) = 20.85%
R=42.20%
G=36.95%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921812300.120.510.0245.2491.372.94
HexF9DA7B0C3322d5b49
Octal37133217301463255133111
Binary11111001110110101111011011001100111010110110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DA7B; }

 p { color: rgb(249,218,123); }

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

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

 a { background-color: rgb(249,218,123); }

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

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

 span { border-color: rgb(249,218,123); }

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