Html Css Color HEX #F9DB7E Golden Glow

📋 copy color: '#F9DB7E'

red 249 ◦ green 219 ◦ blue 126

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

Shades of Golden Glow #F9DB7E

Tints of Golden Glow #F9DB7E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.87%

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

R = 41.92%
G = 36.87%
B = 21.21%

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

#F9DB7E (or 0xF9DB7E) is known color: Golden Glow. HEX triplet: F9, DB and 7E. RGB value is (249,219,126). Sum of RGB (Red+Green+Blue) = 249+219+126=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 126 (49.61% from 255 or 21.21% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DB7E is #062481. Grayscale: #D9D9D9. Windows color (decimal): -402562 or 8313849. OLE color: 8313849.

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

Color convert

RGB 249 219 126 -
CMYK 0 0.12 0.49 0.02
HSL 45.37º 0.91% 0.74% -
HSV(B) 45.37º 0.49% 0.98% -
XYZ 68.16 72.31 30.1 -
YUV 217.37 76.44 150.56 -
System Red Green Blue C M Y K H S L
Decimal 249 219 126 0 0.12 0.49 0.02 45.37 0.91 0.74
Hex F9 DB 7E 0 C 31 2 2D 5B 4A
Octal 371 333 176 0 14 61 2 55 133 112
Binary 11111001 11011011 1111110 0 1100 110001 10 101101 1011011 1001010

Color Harmonies of #F9DB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DB7E

Black with #F9DB7E

Text Example


Text Example

White with #F9DB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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