Html Css Color HEX #FAD40A Gold

📋 copy color: '#FAD40A'

red 250 ◦ green 212 ◦ blue 10

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

Shades of Gold #FAD40A

Tints of Gold #FAD40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.12%

R = 52.97%
G = 44.92%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAD40A (or 0xFAD40A) is known color: Gold. HEX triplet: FA, D4 and 0A. RGB value is (250,212,10). Sum of RGB (Red+Green+Blue) = 250+212+10=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD40A is #052BF5. Grayscale: #C9C9C9. Windows color (decimal): -338934 or 709882. OLE color: 709882.

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

Color convert

RGB 250 212 10 -
CMYK 0 0.15 0.96 0.02
HSL 50.5º 0.96% 0.51% -
HSV(B) 50.5º 0.96% 0.98% -
XYZ 63.02 67.43 9.98 -
YUV 200.33 20.59 163.43 -
System Red Green Blue C M Y K H S L
Decimal 250 212 10 0 0.15 0.96 0.02 50.5 0.96 0.51
Hex FA D4 A 0 F 60 2 32 60 33
Octal 372 324 12 0 17 140 2 62 140 63
Binary 11111010 11010100 1010 0 1111 1100000 10 110010 1100000 110011

Color Harmonies of #FAD40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD40A

Black with #FAD40A

Text Example


Text Example

White with #FAD40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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