Html Css Color HEX #F7D20E Gold

📋 copy color: '#F7D20E'

red 247 ◦ green 210 ◦ blue 14

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

Shades of Gold #F7D20E

Tints of Gold #F7D20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.97%

R = 52.44%
G = 44.59%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F7D20E (or 0xF7D20E) is known color: Gold. HEX triplet: F7, D2 and 0E. RGB value is (247,210,14). Sum of RGB (Red+Green+Blue) = 247+210+14=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 14 (5.86% from 255 or 2.97% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D20E is #082DF1. Grayscale: #C7C7C7. Windows color (decimal): -536050 or 971511. OLE color: 971511.

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

Color convert

RGB 247 210 14 -
CMYK 0 0.15 0.94 0.03
HSL 50.47º 0.94% 0.51% -
HSV(B) 50.47º 0.94% 0.97% -
XYZ 61.48 65.9 9.89 -
YUV 198.72 23.76 162.44 -
System Red Green Blue C M Y K H S L
Decimal 247 210 14 0 0.15 0.94 0.03 50.47 0.94 0.51
Hex F7 D2 E 0 F 5E 3 32 5E 33
Octal 367 322 16 0 17 136 3 62 136 63
Binary 11110111 11010010 1110 0 1111 1011110 11 110010 1011110 110011

Color Harmonies of #F7D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D20E

Black with #F7D20E

Text Example


Text Example

White with #F7D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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