Html Css Color HEX #FCD200 Gold

📋 copy color: '#FCD200'

red 252 ◦ green 210 ◦ blue 0

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

Shades of Gold #FCD200

Tints of Gold #FCD200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.55%
G = 45.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCD200 (or 0xFCD200) is known color: Gold. HEX triplet: FC, D2 and 00. RGB value is (252,210,0). Sum of RGB (Red+Green+Blue) = 252+210+0=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD200 is #032DFF. Grayscale: #C7C7C7. Windows color (decimal): -208384 or 54012. OLE color: 54012.

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

Color convert

RGB 252 210 0 -
CMYK 0 0.17 1 0.01
HSL 50º 1% 0.49% -
HSV(B) 50º 1% 0.99% -
XYZ 63.19 66.79 9.56 -
YUV 198.62 15.91 166.08 -
System Red Green Blue C M Y K H S L
Decimal 252 210 0 0 0.17 1 0.01 50 1 0.49
Hex FC D2 0 0 11 64 1 32 64 31
Octal 374 322 0 0 21 144 1 62 144 61
Binary 11111100 11010010 0 0 10001 1100100 1 110010 1100100 110001

Color Harmonies of #FCD200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD200

Black with #FCD200

Text Example


Text Example

White with #FCD200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD200; }

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

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

background-color css

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

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

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

border-color css

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

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

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