Html Css Color HEX #F7D40C Gold

📋 copy color: '#F7D40C'

red 247 ◦ green 212 ◦ blue 12

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

Shades of Gold #F7D40C

Tints of Gold #F7D40C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.01%

 BLUE value IS 12 (5.08% from 255) = 2.55%

R = 52.44%
G = 45.01%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7D40C (or 0xF7D40C) is known color: Gold. HEX triplet: F7, D4 and 0C. RGB value is (247,212,12). Sum of RGB (Red+Green+Blue) = 247+212+12=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 12 (5.08% from 255 or 2.55% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D40C is #082BF3. Grayscale: #C8C8C8. Windows color (decimal): -535540 or 840951. OLE color: 840951.

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

Color convert

RGB 247 212 12 -
CMYK 0 0.14 0.95 0.03
HSL 51.06º 0.94% 0.51% -
HSV(B) 51.06º 0.95% 0.97% -
XYZ 61.97 66.89 9.99 -
YUV 199.67 22.1 161.76 -
System Red Green Blue C M Y K H S L
Decimal 247 212 12 0 0.14 0.95 0.03 51.06 0.94 0.51
Hex F7 D4 C 0 E 5F 3 33 5E 33
Octal 367 324 14 0 16 137 3 63 136 63
Binary 11110111 11010100 1100 0 1110 1011111 11 110011 1011110 110011

Color Harmonies of #F7D40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D40C

Black with #F7D40C

Text Example


Text Example

White with #F7D40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D40C; }

 p { color: rgb(247,212,12); }

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

background-color css

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

 a { background-color: rgb(247,212,12); }

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

border-color css

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

 span { border-color: rgb(247,212,12); }

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