Html Css Color HEX #FCD20D Gold

📋 copy color: '#FCD20D'

red 252 ◦ green 210 ◦ blue 13

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

Shades of Gold #FCD20D

Tints of Gold #FCD20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.74%

R = 53.05%
G = 44.21%
B = 2.74%

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

#FCD20D (or 0xFCD20D) is known color: Gold. HEX triplet: FC, D2 and 0D. RGB value is (252,210,13). Sum of RGB (Red+Green+Blue) = 252+210+13=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD20D is #032DF2. Grayscale: #C8C8C8. Windows color (decimal): -208371 or 905980. OLE color: 905980.

HSL color Cylindrical-coordinate representation of color #FCD20D: hue angle of 49.46º 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 #FCD20D is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 210 13 -
CMYK 0 0.17 0.95 0.01
HSL 49.46º 0.98% 0.52% -
HSV(B) 49.46º 0.95% 0.99% -
XYZ 63.26 66.82 9.94 -
YUV 200.1 22.41 165.02 -
System Red Green Blue C M Y K H S L
Decimal 252 210 13 0 0.17 0.95 0.01 49.46 0.98 0.52
Hex FC D2 D 0 11 5F 1 31 62 34
Octal 374 322 15 0 21 137 1 61 142 64
Binary 11111100 11010010 1101 0 10001 1011111 1 110001 1100010 110100

Color Harmonies of #FCD20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD20D

Black with #FCD20D

Text Example


Text Example

White with #FCD20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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