Html Css Color HEX #F7D506 Gold

📋 copy color: '#F7D506'

red 247 ◦ green 213 ◦ blue 6

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

Shades of Gold #F7D506

Tints of Gold #F7D506

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.71%

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

R = 53%
G = 45.71%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F7D506 (or 0xF7D506) is known color: Gold. HEX triplet: F7, D5 and 06. RGB value is (247,213,6). Sum of RGB (Red+Green+Blue) = 247+213+6=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 6 (2.73% from 255 or 1.29% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D506 is #082AF9. Grayscale: #C8C8C8. Windows color (decimal): -535290 or 447991. OLE color: 447991.

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

Color convert

RGB 247 213 6 -
CMYK 0 0.14 0.98 0.03
HSL 51.54º 0.95% 0.5% -
HSV(B) 51.54º 0.98% 0.97% -
XYZ 62.18 67.38 9.9 -
YUV 199.57 18.76 161.83 -
System Red Green Blue C M Y K H S L
Decimal 247 213 6 0 0.14 0.98 0.03 51.54 0.95 0.5
Hex F7 D5 6 0 E 62 3 34 5F 32
Octal 367 325 6 0 16 142 3 64 137 62
Binary 11110111 11010101 110 0 1110 1100010 11 110100 1011111 110010

Color Harmonies of #F7D506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D506

Black with #F7D506

Text Example


Text Example

White with #F7D506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D506; }

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

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

background-color css

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

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

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

border-color css

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

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

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