Html Css Color HEX #F7D100 Gold

📋 copy color: '#F7D100'

red 247 ◦ green 209 ◦ blue 0

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

Shades of Gold #F7D100

Tints of Gold #F7D100

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.17%
G = 45.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F7D100 (or 0xF7D100) is known color: Gold. HEX triplet: F7, D1 and 00. RGB value is (247,209,0). Sum of RGB (Red+Green+Blue) = 247+209+0=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D100 is #082EFF. Grayscale: #C5C5C5. Windows color (decimal): -536320 or 53751. OLE color: 53751.

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

Color convert

RGB 247 209 0 -
CMYK 0 0.15 1 0.03
HSL 50.77º 1% 0.48% -
HSV(B) 50.77º 1% 0.97% -
XYZ 61.16 65.38 9.4 -
YUV 196.54 17.09 163.99 -
System Red Green Blue C M Y K H S L
Decimal 247 209 0 0 0.15 1 0.03 50.77 1 0.48
Hex F7 D1 0 0 F 64 3 33 64 30
Octal 367 321 0 0 17 144 3 63 144 60
Binary 11110111 11010001 0 0 1111 1100100 11 110011 1100100 110000

Color Harmonies of #F7D100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D100

Black with #F7D100

Text Example


Text Example

White with #F7D100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D100; }

 p { color: rgb(247,209,0); }

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

background-color css

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

 a { background-color: rgb(247,209,0); }

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

border-color css

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

 span { border-color: rgb(247,209,0); }

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