Html Css Color HEX #FCD20C Gold

📋 copy color: '#FCD20C'

red 252 ◦ green 210 ◦ blue 12

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

Shades of Gold #FCD20C

Tints of Gold #FCD20C

RGB

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

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

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

R = 53.16%
G = 44.3%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCD20C (or 0xFCD20C) is known color: Gold. HEX triplet: FC, D2 and 0C. RGB value is (252,210,12). Sum of RGB (Red+Green+Blue) = 252+210+12=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 12 (5.08% from 255 or 2.53% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD20C is #032DF3. Grayscale: #C8C8C8. Windows color (decimal): -208372 or 840444. OLE color: 840444.

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

Color convert

RGB 252 210 12 -
CMYK 0 0.17 0.95 0.01
HSL 49.5º 0.98% 0.52% -
HSV(B) 49.5º 0.95% 0.99% -
XYZ 63.26 66.82 9.91 -
YUV 199.99 21.91 165.1 -
System Red Green Blue C M Y K H S L
Decimal 252 210 12 0 0.17 0.95 0.01 49.5 0.98 0.52
Hex FC D2 C 0 11 5F 1 32 62 34
Octal 374 322 14 0 21 137 1 62 142 64
Binary 11111100 11010010 1100 0 10001 1011111 1 110010 1100010 110100

Color Harmonies of #FCD20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD20C

Black with #FCD20C

Text Example


Text Example

White with #FCD20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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