Html Css Color HEX #F6D686 Golden Glow

📋 copy color: '#F6D686'

red 246 ◦ green 214 ◦ blue 134

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

Shades of Golden Glow #F6D686

Tints of Golden Glow #F6D686

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.03%

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

R = 41.41%
G = 36.03%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F6D686 (or 0xF6D686) is known color: Golden Glow. HEX triplet: F6, D6 and 86. RGB value is (246,214,134). Sum of RGB (Red+Green+Blue) = 246+214+134=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 134 (52.73% from 255 or 22.56% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D686 is #092979. Grayscale: #D6D6D6. Windows color (decimal): -600442 or 8836854. OLE color: 8836854.

HSL color Cylindrical-coordinate representation of color #F6D686: hue angle of 42.86º 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 #F6D686 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 214 134 -
CMYK 0 0.13 0.46 0.04
HSL 42.86º 0.86% 0.75% -
HSV(B) 42.86º 0.46% 0.96% -
XYZ 66.36 69.41 32.45 -
YUV 214.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 246 214 134 0 0.13 0.46 0.04 42.86 0.86 0.75
Hex F6 D6 86 0 D 2E 4 2B 56 4B
Octal 366 326 206 0 15 56 4 53 126 113
Binary 11110110 11010110 10000110 0 1101 101110 100 101011 1010110 1001011

Color Harmonies of #F6D686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D686

Black with #F6D686

Text Example


Text Example

White with #F6D686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D686; }

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

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

background-color css

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

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

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

border-color css

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

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

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