Html Css Color HEX #FAD512 Gold

📋 copy color: '#FAD512'

red 250 ◦ green 213 ◦ blue 18

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

Shades of Gold #FAD512

Tints of Gold #FAD512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.74%

R = 51.98%
G = 44.28%
B = 3.74%

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

#FAD512 (or 0xFAD512) is known color: Gold. HEX triplet: FA, D5 and 12. RGB value is (250,213,18). Sum of RGB (Red+Green+Blue) = 250+213+18=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 18 (7.42% from 255 or 3.74% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD512 is #052AED. Grayscale: #CACACA. Windows color (decimal): -338670 or 1234426. OLE color: 1234426.

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

Color convert

RGB 250 213 18 -
CMYK 0 0.15 0.93 0.02
HSL 50.43º 0.96% 0.53% -
HSV(B) 50.43º 0.93% 0.98% -
XYZ 63.33 67.96 10.35 -
YUV 201.83 24.26 162.36 -
System Red Green Blue C M Y K H S L
Decimal 250 213 18 0 0.15 0.93 0.02 50.43 0.96 0.53
Hex FA D5 12 0 F 5D 2 32 60 35
Octal 372 325 22 0 17 135 2 62 140 65
Binary 11111010 11010101 10010 0 1111 1011101 10 110010 1100000 110101

Color Harmonies of #FAD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD512

Black with #FAD512

Text Example


Text Example

White with #FAD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD512; }

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

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

background-color css

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

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

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

border-color css

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

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

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