Html Css Color HEX #F9DC7F Golden Glow

📋 copy color: '#F9DC7F'

red 249 ◦ green 220 ◦ blue 127

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

Shades of Golden Glow #F9DC7F

Tints of Golden Glow #F9DC7F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.91%

 BLUE value IS 127 (50% from 255) = 21.31%

R = 41.78%
G = 36.91%
B = 21.31%

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

#F9DC7F (or 0xF9DC7F) is known color: Golden Glow. HEX triplet: F9, DC and 7F. RGB value is (249,220,127). Sum of RGB (Red+Green+Blue) = 249+220+127=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 127 (50% from 255 or 21.31% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DC7F is #062380. Grayscale: #DADADA. Windows color (decimal): -402305 or 8379641. OLE color: 8379641.

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

Color convert

RGB 249 220 127 -
CMYK 0 0.12 0.49 0.02
HSL 45.74º 0.91% 0.74% -
HSV(B) 45.74º 0.49% 0.98% -
XYZ 68.49 72.86 30.53 -
YUV 218.07 76.61 150.06 -
System Red Green Blue C M Y K H S L
Decimal 249 220 127 0 0.12 0.49 0.02 45.74 0.91 0.74
Hex F9 DC 7F 0 C 31 2 2E 5B 4A
Octal 371 334 177 0 14 61 2 56 133 112
Binary 11111001 11011100 1111111 0 1100 110001 10 101110 1011011 1001010

Color Harmonies of #F9DC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DC7F

Black with #F9DC7F

Text Example


Text Example

White with #F9DC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DC7F; }

 p { color: rgb(249,220,127); }

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

background-color css

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

 a { background-color: rgb(249,220,127); }

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

border-color css

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

 span { border-color: rgb(249,220,127); }

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