Html Css Color HEX #F9DA7E Golden Glow

📋 copy color: '#F9DA7E'

red 249 ◦ green 218 ◦ blue 126

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

Shades of Golden Glow #F9DA7E

Tints of Golden Glow #F9DA7E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.76%

 BLUE value IS 126 (49.61% from 255) = 21.25%

R = 41.99%
G = 36.76%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9DA7E (or 0xF9DA7E) is known color: Golden Glow. HEX triplet: F9, DA and 7E. RGB value is (249,218,126). Sum of RGB (Red+Green+Blue) = 249+218+126=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 126 (49.61% from 255 or 21.25% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DA7E is #062581. Grayscale: #D9D9D9. Windows color (decimal): -402818 or 8313593. OLE color: 8313593.

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

Color convert

RGB 249 218 126 -
CMYK 0 0.12 0.49 0.02
HSL 44.88º 0.91% 0.74% -
HSV(B) 44.88º 0.49% 0.98% -
XYZ 67.9 71.79 30.02 -
YUV 216.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 249 218 126 0 0.12 0.49 0.02 44.88 0.91 0.74
Hex F9 DA 7E 0 C 31 2 2D 5B 4A
Octal 371 332 176 0 14 61 2 55 133 112
Binary 11111001 11011010 1111110 0 1100 110001 10 101101 1011011 1001010

Color Harmonies of #F9DA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DA7E

Black with #F9DA7E

Text Example


Text Example

White with #F9DA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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