Html Css Color HEX #F7D710 Gold

📋 copy color: '#F7D710'

red 247 ◦ green 215 ◦ blue 16

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

Shades of Gold #F7D710

Tints of Gold #F7D710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.98%

 BLUE value IS 16 (6.64% from 255) = 3.35%

R = 51.67%
G = 44.98%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7D710 (or 0xF7D710) is known color: Gold. HEX triplet: F7, D7 and 10. RGB value is (247,215,16). Sum of RGB (Red+Green+Blue) = 247+215+16=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 16 (6.64% from 255 or 3.35% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D710 is #0828EF. Grayscale: #CACACA. Windows color (decimal): -534768 or 1103863. OLE color: 1103863.

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

Color convert

RGB 247 215 16 -
CMYK 0 0.13 0.94 0.03
HSL 51.69º 0.94% 0.52% -
HSV(B) 51.69º 0.94% 0.97% -
XYZ 62.75 68.41 10.39 -
YUV 201.88 23.1 160.18 -
System Red Green Blue C M Y K H S L
Decimal 247 215 16 0 0.13 0.94 0.03 51.69 0.94 0.52
Hex F7 D7 10 0 D 5E 3 34 5E 34
Octal 367 327 20 0 15 136 3 64 136 64
Binary 11110111 11010111 10000 0 1101 1011110 11 110100 1011110 110100

Color Harmonies of #F7D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D710

Black with #F7D710

Text Example


Text Example

White with #F7D710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D710; }

 p { color: rgb(247,215,16); }

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

background-color css

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

 a { background-color: rgb(247,215,16); }

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

border-color css

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

 span { border-color: rgb(247,215,16); }

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