Html Css Color HEX #F6D986 Golden Glow

📋 copy color: '#F6D986'

red 246 ◦ green 217 ◦ blue 134

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

Shades of Golden Glow #F6D986

Tints of Golden Glow #F6D986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.45%

R = 41.21%
G = 36.35%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F6D986 (or 0xF6D986) is known color: Golden Glow. HEX triplet: F6, D9 and 86. RGB value is (246,217,134). Sum of RGB (Red+Green+Blue) = 246+217+134=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 134 (52.73% from 255 or 22.45% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D986 is #092679. Grayscale: #D8D8D8. Windows color (decimal): -599674 or 8837622. OLE color: 8837622.

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

Color convert

RGB 246 217 134 -
CMYK 0 0.12 0.46 0.04
HSL 44.46º 0.86% 0.75% -
HSV(B) 44.46º 0.46% 0.96% -
XYZ 67.12 70.94 32.71 -
YUV 216.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 246 217 134 0 0.12 0.46 0.04 44.46 0.86 0.75
Hex F6 D9 86 0 C 2E 4 2C 56 4B
Octal 366 331 206 0 14 56 4 54 126 113
Binary 11110110 11011001 10000110 0 1100 101110 100 101100 1010110 1001011

Color Harmonies of #F6D986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D986

Black with #F6D986

Text Example


Text Example

White with #F6D986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D986; }

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

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

background-color css

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

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

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

border-color css

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

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

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