Html Css Color HEX #F6D305 Gold

📋 copy color: '#F6D305'

red 246 ◦ green 211 ◦ blue 5

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

Shades of Gold #F6D305

Tints of Gold #F6D305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 53.25%
G = 45.67%
B = 1.08%

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

#F6D305 (or 0xF6D305) is known color: Gold. HEX triplet: F6, D3 and 05. RGB value is (246,211,5). Sum of RGB (Red+Green+Blue) = 246+211+5=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 5 (2.34% from 255 or 1.08% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D305 is #092CFA. Grayscale: #C6C6C6. Windows color (decimal): -601339 or 381942. OLE color: 381942.

HSL color Cylindrical-coordinate representation of color #F6D305: hue angle of 51.29º degrees, saturation: 0.96, 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 #F6D305 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 211 5 -
CMYK 0 0.14 0.98 0.04
HSL 51.29º 0.96% 0.49% -
HSV(B) 51.29º 0.98% 0.96% -
XYZ 61.33 66.19 9.69 -
YUV 197.98 19.1 162.25 -
System Red Green Blue C M Y K H S L
Decimal 246 211 5 0 0.14 0.98 0.04 51.29 0.96 0.49
Hex F6 D3 5 0 E 62 4 33 60 31
Octal 366 323 5 0 16 142 4 63 140 61
Binary 11110110 11010011 101 0 1110 1100010 100 110011 1100000 110001

Color Harmonies of #F6D305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D305

Black with #F6D305

Text Example


Text Example

White with #F6D305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D305; }

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

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

background-color css

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

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

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

border-color css

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

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

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