Html Css Color HEX #FAD407 Gold

📋 copy color: '#FAD407'

red 250 ◦ green 212 ◦ blue 7

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

Shades of Gold #FAD407

Tints of Gold #FAD407

RGB

 RED value IS 250 (98.05% from 255) = 53.3%

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

 BLUE value IS 7 (3.13% from 255) = 1.49%

R = 53.3%
G = 45.2%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAD407 (or 0xFAD407) is known color: Gold. HEX triplet: FA, D4 and 07. RGB value is (250,212,7). Sum of RGB (Red+Green+Blue) = 250+212+7=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 7 (3.12% from 255 or 1.49% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD407 is #052BF8. Grayscale: #C8C8C8. Windows color (decimal): -338937 or 513274. OLE color: 513274.

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

Color convert

RGB 250 212 7 -
CMYK 0 0.15 0.97 0.02
HSL 50.62º 0.96% 0.5% -
HSV(B) 50.62º 0.97% 0.98% -
XYZ 63.01 67.43 9.89 -
YUV 199.99 19.09 163.67 -
System Red Green Blue C M Y K H S L
Decimal 250 212 7 0 0.15 0.97 0.02 50.62 0.96 0.5
Hex FA D4 7 0 F 61 2 33 60 32
Octal 372 324 7 0 17 141 2 63 140 62
Binary 11111010 11010100 111 0 1111 1100001 10 110011 1100000 110010

Color Harmonies of #FAD407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD407

Black with #FAD407

Text Example


Text Example

White with #FAD407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD407; }

 p { color: rgb(250,212,7); }

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

background-color css

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

 a { background-color: rgb(250,212,7); }

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

border-color css

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

 span { border-color: rgb(250,212,7); }

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