Html Css Color HEX #F7D302 Gold

📋 copy color: '#F7D302'

red 247 ◦ green 211 ◦ blue 2

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

Shades of Gold #F7D302

Tints of Gold #F7D302

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.87%

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 53.7%
G = 45.87%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F7D302 (or 0xF7D302) is known color: Gold. HEX triplet: F7, D3 and 02. RGB value is (247,211,2). Sum of RGB (Red+Green+Blue) = 247+211+2=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D302 is #082CFD. Grayscale: #C6C6C6. Windows color (decimal): -535806 or 185335. OLE color: 185335.

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

Color convert

RGB 247 211 2 -
CMYK 0 0.15 0.99 0.03
HSL 51.18º 0.98% 0.49% -
HSV(B) 51.18º 0.99% 0.97% -
XYZ 61.66 66.37 9.62 -
YUV 197.94 17.43 162.99 -
System Red Green Blue C M Y K H S L
Decimal 247 211 2 0 0.15 0.99 0.03 51.18 0.98 0.49
Hex F7 D3 2 0 F 63 3 33 62 31
Octal 367 323 2 0 17 143 3 63 142 61
Binary 11110111 11010011 10 0 1111 1100011 11 110011 1100010 110001

Color Harmonies of #F7D302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D302

Black with #F7D302

Text Example


Text Example

White with #F7D302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D302; }

 p { color: rgb(247,211,2); }

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

background-color css

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

 a { background-color: rgb(247,211,2); }

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

border-color css

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

 span { border-color: rgb(247,211,2); }

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