Html Css Color HEX #F7D20D Gold

📋 copy color: '#F7D20D'

red 247 ◦ green 210 ◦ blue 13

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

Shades of Gold #F7D20D

Tints of Gold #F7D20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.77%

R = 52.55%
G = 44.68%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7D20D (or 0xF7D20D) is known color: Gold. HEX triplet: F7, D2 and 0D. RGB value is (247,210,13). Sum of RGB (Red+Green+Blue) = 247+210+13=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 13 (5.47% from 255 or 2.77% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D20D is #082DF2. Grayscale: #C7C7C7. Windows color (decimal): -536051 or 905975. OLE color: 905975.

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

Color convert

RGB 247 210 13 -
CMYK 0 0.15 0.95 0.03
HSL 50.51º 0.94% 0.51% -
HSV(B) 50.51º 0.95% 0.97% -
XYZ 61.48 65.9 9.86 -
YUV 198.61 23.26 162.52 -
System Red Green Blue C M Y K H S L
Decimal 247 210 13 0 0.15 0.95 0.03 50.51 0.94 0.51
Hex F7 D2 D 0 F 5F 3 33 5E 33
Octal 367 322 15 0 17 137 3 63 136 63
Binary 11110111 11010010 1101 0 1111 1011111 11 110011 1011110 110011

Color Harmonies of #F7D20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D20D

Black with #F7D20D

Text Example


Text Example

White with #F7D20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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