Html Css Color HEX #F9D47A Golden Glow

📋 copy color: '#F9D47A'

red 249 ◦ green 212 ◦ blue 122

#F9D47A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Glow #F9D47A

Tints of Golden Glow #F9D47A

RGB

 RED value IS 249 (97.66% from 255) = 42.71%

 GREEN value IS 212 (83.2% from 255) = 36.36%

 BLUE value IS 122 (48.05% from 255) = 20.93%

R = 42.71%
G = 36.36%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9D47A (or 0xF9D47A) is known color: Golden Glow. HEX triplet: F9, D4 and 7A. RGB value is (249,212,122). Sum of RGB (Red+Green+Blue) = 249+212+122=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D47A is #062B85. Grayscale: #D5D5D5. Windows color (decimal): -404358 or 8049913. OLE color: 8049913.

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

Color convert

RGB 249 212 122 -
CMYK 0 0.15 0.51 0.02
HSL 42.52º 0.91% 0.73% -
HSV(B) 42.52º 0.51% 0.98% -
XYZ 66.12 68.63 28.17 -
YUV 212.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 249 212 122 0 0.15 0.51 0.02 42.52 0.91 0.73
Hex F9 D4 7A 0 F 33 2 2B 5B 49
Octal 371 324 172 0 17 63 2 53 133 111
Binary 11111001 11010100 1111010 0 1111 110011 10 101011 1011011 1001001

Color Harmonies of #F9D47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D47A

Black with #F9D47A

Text Example


Text Example

White with #F9D47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D47A; }

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

 H1.HeaderClassName
 {
   color: #F9D47A;
 }
 .AnyTagClassName
 {
   color: #F9D47A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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