Html Css Color HEX #F6D304 Gold

📋 copy color: '#F6D304'

red 246 ◦ green 211 ◦ blue 4

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

Shades of Gold #F6D304

Tints of Gold #F6D304

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.77%

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 53.36%
G = 45.77%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F6D304 (or 0xF6D304) is known color: Gold. HEX triplet: F6, D3 and 04. RGB value is (246,211,4). Sum of RGB (Red+Green+Blue) = 246+211+4=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D304 is #092CFB. Grayscale: #C6C6C6. Windows color (decimal): -601340 or 316406. OLE color: 316406.

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

Color convert

RGB 246 211 4 -
CMYK 0 0.14 0.98 0.04
HSL 51.32º 0.97% 0.49% -
HSV(B) 51.32º 0.98% 0.96% -
XYZ 61.32 66.19 9.66 -
YUV 197.87 18.6 162.33 -
System Red Green Blue C M Y K H S L
Decimal 246 211 4 0 0.14 0.98 0.04 51.32 0.97 0.49
Hex F6 D3 4 0 E 62 4 33 61 31
Octal 366 323 4 0 16 142 4 63 141 61
Binary 11110110 11010011 100 0 1110 1100010 100 110011 1100001 110001

Color Harmonies of #F6D304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D304

Black with #F6D304

Text Example


Text Example

White with #F6D304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D304; }

 p { color: rgb(246,211,4); }

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

background-color css

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

 a { background-color: rgb(246,211,4); }

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

border-color css

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

 span { border-color: rgb(246,211,4); }

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