Html Css Color HEX #F7D20A Gold

📋 copy color: '#F7D20A'

red 247 ◦ green 210 ◦ blue 10

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

Shades of Gold #F7D20A

Tints of Gold #F7D20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.14%

R = 52.89%
G = 44.97%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7D20A (or 0xF7D20A) is known color: Gold. HEX triplet: F7, D2 and 0A. RGB value is (247,210,10). Sum of RGB (Red+Green+Blue) = 247+210+10=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D20A is #082DF5. Grayscale: #C7C7C7. Windows color (decimal): -536054 or 709367. OLE color: 709367.

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

Color convert

RGB 247 210 10 -
CMYK 0 0.15 0.96 0.03
HSL 50.63º 0.94% 0.5% -
HSV(B) 50.63º 0.96% 0.97% -
XYZ 61.46 65.89 9.77 -
YUV 198.26 21.76 162.76 -
System Red Green Blue C M Y K H S L
Decimal 247 210 10 0 0.15 0.96 0.03 50.63 0.94 0.5
Hex F7 D2 A 0 F 60 3 33 5E 32
Octal 367 322 12 0 17 140 3 63 136 62
Binary 11110111 11010010 1010 0 1111 1100000 11 110011 1011110 110010

Color Harmonies of #F7D20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D20A

Black with #F7D20A

Text Example


Text Example

White with #F7D20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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