Html Css Color HEX #F7D200 Gold

📋 copy color: '#F7D200'

red 247 ◦ green 210 ◦ blue 0

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

Shades of Gold #F7D200

Tints of Gold #F7D200

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.95%

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

R = 54.05%
G = 45.95%
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

#F7D200 (or 0xF7D200) is known color: Gold. HEX triplet: F7, D2 and 00. RGB value is (247,210,0). Sum of RGB (Red+Green+Blue) = 247+210+0=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D200 is #082DFF. Grayscale: #C6C6C6. Windows color (decimal): -536064 or 54007. OLE color: 54007.

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

Color convert

RGB 247 210 0 -
CMYK 0 0.15 1 0.03
HSL 51.01º 1% 0.48% -
HSV(B) 51.01º 1% 0.97% -
XYZ 61.4 65.87 9.48 -
YUV 197.12 16.76 163.58 -
System Red Green Blue C M Y K H S L
Decimal 247 210 0 0 0.15 1 0.03 51.01 1 0.48
Hex F7 D2 0 0 F 64 3 33 64 30
Octal 367 322 0 0 17 144 3 63 144 60
Binary 11110111 11010010 0 0 1111 1100100 11 110011 1100100 110000

Color Harmonies of #F7D200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D200

Black with #F7D200

Text Example


Text Example

White with #F7D200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D200; }

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

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

background-color css

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

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

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

border-color css

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

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

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