Html Css Color HEX #FAD20A Gold

📋 copy color: '#FAD20A'

red 250 ◦ green 210 ◦ blue 10

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

Shades of Gold #FAD20A

Tints of Gold #FAD20A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.68%

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

R = 53.19%
G = 44.68%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAD20A (or 0xFAD20A) is known color: Gold. HEX triplet: FA, D2 and 0A. RGB value is (250,210,10). Sum of RGB (Red+Green+Blue) = 250+210+10=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD20A is #052DF5. Grayscale: #C7C7C7. Windows color (decimal): -339446 or 709370. OLE color: 709370.

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

Color convert

RGB 250 210 10 -
CMYK 0 0.16 0.96 0.02
HSL 50º 0.96% 0.51% -
HSV(B) 50º 0.96% 0.98% -
XYZ 62.53 66.44 9.82 -
YUV 199.16 21.25 164.26 -
System Red Green Blue C M Y K H S L
Decimal 250 210 10 0 0.16 0.96 0.02 50 0.96 0.51
Hex FA D2 A 0 10 60 2 32 60 33
Octal 372 322 12 0 20 140 2 62 140 63
Binary 11111010 11010010 1010 0 10000 1100000 10 110010 1100000 110011

Color Harmonies of #FAD20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD20A

Black with #FAD20A

Text Example


Text Example

White with #FAD20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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