#F7D605

Color #F7D605 Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold #F7D605

Tints of Gold #F7D605

Color information

#F7D605 (or 0xF7D605) is unknown color: approx Gold. HEX triplet: F7, D6 and 05. RGB value is (247,214,5). Sum of RGB (Red+Green+Blue) = 247+214+5=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 5 (2.34% from 255 or 1.07% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D605 is #0829FA. Grayscale: #C8C8C8. Windows color (decimal): -535035 or 382711. OLE color: 382711.

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

Color convert

RGB2472145-
CMYK00.130.980.03
HSL51.82º96.03%49.41%-
HSV(B)51.82º97.98%96.86%-
XYZ62.4367.889.95-
YUV200.0417.93161.49-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.00%
GREEN value IS 214 (83.98% from 255) = 45.92%
BLUE value IS 5 (2.34% from 255) = 1.07%
R=53.00%
G=45.92%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247214500.130.980.0351.8296.0349.41
HexF7D650D623346031
Octal367326501514236414061
Binary1111011111010110101011011100010111101001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7D605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7D605; }

 p { color: rgb(247,214,5); }

 H1.HeaderClassName
 {
   color: #F7D605;
 }
 .AnyTagClassName
 {
   color: #F7D605;
 }
</style>
background-color css

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

 a { background-color: rgb(247,214,5); }

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

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

 span { border-color: rgb(247,214,5); }

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