Html Css Color HEX #F7D501 Gold

📋 copy color: '#F7D501'

red 247 ◦ green 213 ◦ blue 1

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

Shades of Gold #F7D501

Tints of Gold #F7D501

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.2%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 53.58%
G = 46.2%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#F7D501 (or 0xF7D501) is known color: Gold. HEX triplet: F7, D5 and 01. RGB value is (247,213,1). Sum of RGB (Red+Green+Blue) = 247+213+1=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 1 (0.78% from 255 or 0.22% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D501 is #082AFE. Grayscale: #C7C7C7. Windows color (decimal): -535295 or 120311. OLE color: 120311.

HSL color Cylindrical-coordinate representation of color #F7D501: hue angle of 51.71º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7D501 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 213 1 -
CMYK 0 0.14 1.00 0.03
HSL 51.71º 0.99% 0.49% -
HSV(B) 51.71º 1% 0.97% -
XYZ 62.16 67.36 9.76 -
YUV 199 16.26 162.24 -
System Red Green Blue C M Y K H S L
Decimal 247 213 1 0 0.14 1.00 0.03 51.71 0.99 0.49
Hex F7 D5 1 0 E 64 3 34 63 31
Octal 367 325 1 0 16 144 3 64 143 61
Binary 11110111 11010101 1 0 1110 1100100 11 110100 1100011 110001

Color Harmonies of #F7D501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D501

Black with #F7D501

Text Example


Text Example

White with #F7D501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D501; }

 p { color: rgb(247,213,1); }

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

background-color css

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

 a { background-color: rgb(247,213,1); }

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

border-color css

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

 span { border-color: rgb(247,213,1); }

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