Html Css Color HEX #FAD20C Gold

📋 copy color: '#FAD20C'

red 250 ◦ green 210 ◦ blue 12

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

Shades of Gold #FAD20C

Tints of Gold #FAD20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.54%

R = 52.97%
G = 44.49%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAD20C (or 0xFAD20C) is known color: Gold. HEX triplet: FA, D2 and 0C. RGB value is (250,210,12). Sum of RGB (Red+Green+Blue) = 250+210+12=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 12 (5.08% from 255 or 2.54% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD20C is #052DF3. Grayscale: #C8C8C8. Windows color (decimal): -339444 or 840442. OLE color: 840442.

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

Color convert

RGB 250 210 12 -
CMYK 0 0.16 0.95 0.02
HSL 49.92º 0.96% 0.51% -
HSV(B) 49.92º 0.95% 0.98% -
XYZ 62.54 66.44 9.88 -
YUV 199.39 22.25 164.1 -
System Red Green Blue C M Y K H S L
Decimal 250 210 12 0 0.16 0.95 0.02 49.92 0.96 0.51
Hex FA D2 C 0 10 5F 2 32 60 33
Octal 372 322 14 0 20 137 2 62 140 63
Binary 11111010 11010010 1100 0 10000 1011111 10 110010 1100000 110011

Color Harmonies of #FAD20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD20C

Black with #FAD20C

Text Example


Text Example

White with #FAD20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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