Html Css Color HEX #F6D608 Gold

📋 copy color: '#F6D608'

red 246 ◦ green 214 ◦ blue 8

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

Shades of Gold #F6D608

Tints of Gold #F6D608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.71%

R = 52.56%
G = 45.73%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F6D608 (or 0xF6D608) is known color: Gold. HEX triplet: F6, D6 and 08. RGB value is (246,214,8). Sum of RGB (Red+Green+Blue) = 246+214+8=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 8 (3.52% from 255 or 1.71% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D608 is #0929F7. Grayscale: #C8C8C8. Windows color (decimal): -600568 or 579318. OLE color: 579318.

HSL color Cylindrical-coordinate representation of color #F6D608: hue angle of 51.93º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F6D608 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 214 8 -
CMYK 0 0.13 0.97 0.04
HSL 51.93º 0.94% 0.5% -
HSV(B) 51.93º 0.97% 0.96% -
XYZ 62.1 67.7 10.02 -
YUV 200.08 19.6 160.75 -
System Red Green Blue C M Y K H S L
Decimal 246 214 8 0 0.13 0.97 0.04 51.93 0.94 0.5
Hex F6 D6 8 0 D 61 4 34 5E 32
Octal 366 326 10 0 15 141 4 64 136 62
Binary 11110110 11010110 1000 0 1101 1100001 100 110100 1011110 110010

Color Harmonies of #F6D608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D608

Black with #F6D608

Text Example


Text Example

White with #F6D608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D608; }

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

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

background-color css

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

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

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

border-color css

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

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

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