Html Css Color HEX #FAD412 Gold

📋 copy color: '#FAD412'

red 250 ◦ green 212 ◦ blue 18

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

Shades of Gold #FAD412

Tints of Gold #FAD412

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.17%

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

R = 52.08%
G = 44.17%
B = 3.75%

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

#FAD412 (or 0xFAD412) is known color: Gold. HEX triplet: FA, D4 and 12. RGB value is (250,212,18). Sum of RGB (Red+Green+Blue) = 250+212+18=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD412 is #052BED. Grayscale: #CACACA. Windows color (decimal): -338926 or 1234170. OLE color: 1234170.

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

Color convert

RGB 250 212 18 -
CMYK 0 0.15 0.93 0.02
HSL 50.17º 0.96% 0.53% -
HSV(B) 50.17º 0.93% 0.98% -
XYZ 63.08 67.45 10.27 -
YUV 201.25 24.59 162.77 -
System Red Green Blue C M Y K H S L
Decimal 250 212 18 0 0.15 0.93 0.02 50.17 0.96 0.53
Hex FA D4 12 0 F 5D 2 32 60 35
Octal 372 324 22 0 17 135 2 62 140 65
Binary 11111010 11010100 10010 0 1111 1011101 10 110010 1100000 110101

Color Harmonies of #FAD412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD412

Black with #FAD412

Text Example


Text Example

White with #FAD412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD412; }

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

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

background-color css

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

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

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

border-color css

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

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

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