Html Css Color HEX #FAD607 Gold

📋 copy color: '#FAD607'

red 250 ◦ green 214 ◦ blue 7

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

Shades of Gold #FAD607

Tints of Gold #FAD607

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.44%

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

R = 53.08%
G = 45.44%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAD607 (or 0xFAD607) is known color: Gold. HEX triplet: FA, D6 and 07. RGB value is (250,214,7). Sum of RGB (Red+Green+Blue) = 250+214+7=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 7 (3.12% from 255 or 1.49% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD607 is #0529F8. Grayscale: #CACACA. Windows color (decimal): -338425 or 513786. OLE color: 513786.

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

Color convert

RGB 250 214 7 -
CMYK 0 0.14 0.97 0.02
HSL 51.11º 0.96% 0.5% -
HSV(B) 51.11º 0.97% 0.98% -
XYZ 63.51 68.43 10.06 -
YUV 201.17 18.43 162.83 -
System Red Green Blue C M Y K H S L
Decimal 250 214 7 0 0.14 0.97 0.02 51.11 0.96 0.5
Hex FA D6 7 0 E 61 2 33 60 32
Octal 372 326 7 0 16 141 2 63 140 62
Binary 11111010 11010110 111 0 1110 1100001 10 110011 1100000 110010

Color Harmonies of #FAD607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD607

Black with #FAD607

Text Example


Text Example

White with #FAD607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD607; }

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

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

background-color css

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

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

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

border-color css

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

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

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