Html Css Color HEX #FCD20A Gold

📋 copy color: '#FCD20A'

red 252 ◦ green 210 ◦ blue 10

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

Shades of Gold #FCD20A

Tints of Gold #FCD20A

RGB

 RED value IS 252 (98.83% from 255) = 53.39%

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

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

R = 53.39%
G = 44.49%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCD20A (or 0xFCD20A) is known color: Gold. HEX triplet: FC, D2 and 0A. RGB value is (252,210,10). Sum of RGB (Red+Green+Blue) = 252+210+10=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD20A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD20A is #032DF5. Grayscale: #C8C8C8. Windows color (decimal): -208374 or 709372. OLE color: 709372.

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

Color convert

RGB 252 210 10 -
CMYK 0 0.17 0.96 0.01
HSL 49.59º 0.98% 0.51% -
HSV(B) 49.59º 0.96% 0.99% -
XYZ 63.25 66.81 9.85 -
YUV 199.76 20.91 165.26 -
System Red Green Blue C M Y K H S L
Decimal 252 210 10 0 0.17 0.96 0.01 49.59 0.98 0.51
Hex FC D2 A 0 11 60 1 32 62 33
Octal 374 322 12 0 21 140 1 62 142 63
Binary 11111100 11010010 1010 0 10001 1100000 1 110010 1100010 110011

Color Harmonies of #FCD20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD20A

Black with #FCD20A

Text Example


Text Example

White with #FCD20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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