Html Css Color HEX #F6D97D Golden Glow

📋 copy color: '#F6D97D'

red 246 ◦ green 217 ◦ blue 125

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

Shades of Golden Glow #F6D97D

Tints of Golden Glow #F6D97D

RGB

 RED value IS 246 (96.48% from 255) = 41.84%

 GREEN value IS 217 (85.16% from 255) = 36.9%

 BLUE value IS 125 (49.22% from 255) = 21.26%

R = 41.84%
G = 36.9%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F6D97D (or 0xF6D97D) is known color: Golden Glow. HEX triplet: F6, D9 and 7D. RGB value is (246,217,125). Sum of RGB (Red+Green+Blue) = 246+217+125=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D97D is #092682. Grayscale: #D7D7D7. Windows color (decimal): -599683 or 8247798. OLE color: 8247798.

HSL color Cylindrical-coordinate representation of color #F6D97D: hue angle of 45.62º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6D97D is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 217 125 -
CMYK 0 0.12 0.49 0.04
HSL 45.62º 0.87% 0.73% -
HSV(B) 45.62º 0.49% 0.96% -
XYZ 66.52 70.7 29.54 -
YUV 215.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 246 217 125 0 0.12 0.49 0.04 45.62 0.87 0.73
Hex F6 D9 7D 0 C 31 4 2E 57 49
Octal 366 331 175 0 14 61 4 56 127 111
Binary 11110110 11011001 1111101 0 1100 110001 100 101110 1010111 1001001

Color Harmonies of #F6D97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D97D

Black with #F6D97D

Text Example


Text Example

White with #F6D97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D97D; }

 p { color: rgb(246,217,125); }

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

background-color css

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

 a { background-color: rgb(246,217,125); }

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

border-color css

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

 span { border-color: rgb(246,217,125); }

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