Html Css Color HEX #FAD511 Gold

📋 copy color: '#FAD511'

red 250 ◦ green 213 ◦ blue 17

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

Shades of Gold #FAD511

Tints of Gold #FAD511

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.38%

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

R = 52.08%
G = 44.38%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAD511 (or 0xFAD511) is known color: Gold. HEX triplet: FA, D5 and 11. RGB value is (250,213,17). Sum of RGB (Red+Green+Blue) = 250+213+17=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 17 (7.03% from 255 or 3.54% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD511 is #052AEE. Grayscale: #CACACA. Windows color (decimal): -338671 or 1168890. OLE color: 1168890.

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

Color convert

RGB 250 213 17 -
CMYK 0 0.15 0.93 0.02
HSL 50.47º 0.96% 0.52% -
HSV(B) 50.47º 0.93% 0.98% -
XYZ 63.32 67.95 10.31 -
YUV 201.72 23.76 162.44 -
System Red Green Blue C M Y K H S L
Decimal 250 213 17 0 0.15 0.93 0.02 50.47 0.96 0.52
Hex FA D5 11 0 F 5D 2 32 60 34
Octal 372 325 21 0 17 135 2 62 140 64
Binary 11111010 11010101 10001 0 1111 1011101 10 110010 1100000 110100

Color Harmonies of #FAD511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD511

Black with #FAD511

Text Example


Text Example

White with #FAD511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD511; }

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

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

background-color css

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

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

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

border-color css

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

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

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