Html Css Color HEX #F7D306 Gold

📋 copy color: '#F7D306'

red 247 ◦ green 211 ◦ blue 6

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

Shades of Gold #F7D306

Tints of Gold #F7D306

RGB

 RED value IS 247 (96.88% from 255) = 53.23%

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

 BLUE value IS 6 (2.73% from 255) = 1.29%

R = 53.23%
G = 45.47%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F7D306 (or 0xF7D306) is known color: Gold. HEX triplet: F7, D3 and 06. RGB value is (247,211,6). Sum of RGB (Red+Green+Blue) = 247+211+6=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 6 (2.73% from 255 or 1.29% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D306 is #082CF9. Grayscale: #C7C7C7. Windows color (decimal): -535802 or 447479. OLE color: 447479.

HSL color Cylindrical-coordinate representation of color #F7D306: hue angle of 51.04º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7D306 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 211 6 -
CMYK 0 0.15 0.98 0.03
HSL 51.04º 0.95% 0.5% -
HSV(B) 51.04º 0.98% 0.97% -
XYZ 61.68 66.38 9.73 -
YUV 198.39 19.43 162.67 -
System Red Green Blue C M Y K H S L
Decimal 247 211 6 0 0.15 0.98 0.03 51.04 0.95 0.5
Hex F7 D3 6 0 F 62 3 33 5F 32
Octal 367 323 6 0 17 142 3 63 137 62
Binary 11110111 11010011 110 0 1111 1100010 11 110011 1011111 110010

Color Harmonies of #F7D306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D306

Black with #F7D306

Text Example


Text Example

White with #F7D306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D306; }

 p { color: rgb(247,211,6); }

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

background-color css

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

 a { background-color: rgb(247,211,6); }

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

border-color css

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

 span { border-color: rgb(247,211,6); }

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