Html Css Color HEX #FAD706 Gold

📋 copy color: '#FAD706'

red 250 ◦ green 215 ◦ blue 6

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

Shades of Gold #FAD706

Tints of Gold #FAD706

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.65%

 BLUE value IS 6 (2.73% from 255) = 1.27%

R = 53.08%
G = 45.65%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAD706 (or 0xFAD706) is known color: Gold. HEX triplet: FA, D7 and 06. RGB value is (250,215,6). Sum of RGB (Red+Green+Blue) = 250+215+6=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 6 (2.73% from 255 or 1.27% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD706 is #0528F9. Grayscale: #CACACA. Windows color (decimal): -338170 or 448506. OLE color: 448506.

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

Color convert

RGB 250 215 6 -
CMYK 0 0.14 0.98 0.02
HSL 51.39º 0.96% 0.5% -
HSV(B) 51.39º 0.98% 0.98% -
XYZ 63.76 68.94 10.12 -
YUV 201.64 17.6 162.49 -
System Red Green Blue C M Y K H S L
Decimal 250 215 6 0 0.14 0.98 0.02 51.39 0.96 0.5
Hex FA D7 6 0 E 62 2 33 60 32
Octal 372 327 6 0 16 142 2 63 140 62
Binary 11111010 11010111 110 0 1110 1100010 10 110011 1100000 110010

Color Harmonies of #FAD706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD706

Black with #FAD706

Text Example


Text Example

White with #FAD706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD706; }

 p { color: rgb(250,215,6); }

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

background-color css

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

 a { background-color: rgb(250,215,6); }

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

border-color css

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

 span { border-color: rgb(250,215,6); }

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