#F9D27A

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

Shades of Golden Glow #F9D27A

Tints of Golden Glow #F9D27A

Color information

#F9D27A (or 0xF9D27A) is unknown color: approx Golden Glow. HEX triplet: F9, D2 and 7A. RGB value is (249,210,122). Sum of RGB (Red+Green+Blue) = 249+210+122=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D27A is #062D85. Grayscale: #D4D4D4. Windows color (decimal): -404870 or 8049401. OLE color: 8049401.

HSL color Cylindrical-coordinate representation of color #F9D27A: hue angle of 41.57º 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 #F9D27A is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB249210122-
CMYK00.160.510.02
HSL41.57º91.37%72.75%-
HSV(B)41.57º51%97.65%-
XYZ65.6367.6428.01-
YUV211.6377.42154.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.86%
GREEN value IS 210 (82.42% from 255) = 36.14%
BLUE value IS 122 (48.05% from 255) = 21.00%
R=42.86%
G=36.14%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921012200.160.510.0241.5791.3772.75
HexF9D27A0103322a5b49
Octal37132217202063252133111
Binary111110011101001011110100100001100111010101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D27A; }

 p { color: rgb(249,210,122); }

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

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

 a { background-color: rgb(249,210,122); }

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

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

 span { border-color: rgb(249,210,122); }

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