Html Css Color HEX #FAD711 Gold

📋 copy color: '#FAD711'

red 250 ◦ green 215 ◦ blue 17

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

Shades of Gold #FAD711

Tints of Gold #FAD711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.53%

R = 51.87%
G = 44.61%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAD711 (or 0xFAD711) is known color: Gold. HEX triplet: FA, D7 and 11. RGB value is (250,215,17). Sum of RGB (Red+Green+Blue) = 250+215+17=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 17 (7.03% from 255 or 3.53% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD711 is #0528EE. Grayscale: #CBCBCB. Windows color (decimal): -338159 or 1169402. OLE color: 1169402.

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

Color convert

RGB 250 215 17 -
CMYK 0 0.14 0.93 0.02
HSL 50.99º 0.96% 0.52% -
HSV(B) 50.99º 0.93% 0.98% -
XYZ 63.83 68.97 10.48 -
YUV 202.89 23.1 161.6 -
System Red Green Blue C M Y K H S L
Decimal 250 215 17 0 0.14 0.93 0.02 50.99 0.96 0.52
Hex FA D7 11 0 E 5D 2 33 60 34
Octal 372 327 21 0 16 135 2 63 140 64
Binary 11111010 11010111 10001 0 1110 1011101 10 110011 1100000 110100

Color Harmonies of #FAD711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD711

Black with #FAD711

Text Example


Text Example

White with #FAD711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD711; }

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

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

background-color css

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

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

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

border-color css

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

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

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