Html Css Color HEX #FCD201 Gold

📋 copy color: '#FCD201'

red 252 ◦ green 210 ◦ blue 1

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

Shades of Gold #FCD201

Tints of Gold #FCD201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 54.43%
G = 45.36%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCD201 (or 0xFCD201) is known color: Gold. HEX triplet: FC, D2 and 01. RGB value is (252,210,1). Sum of RGB (Red+Green+Blue) = 252+210+1=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 1 (0.78% from 255 or 0.22% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD201 is #032DFE. Grayscale: #C7C7C7. Windows color (decimal): -208383 or 119548. OLE color: 119548.

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

Color convert

RGB 252 210 1 -
CMYK 0 0.17 1.00 0.01
HSL 49.96º 0.99% 0.5% -
HSV(B) 49.96º 1% 0.99% -
XYZ 63.2 66.79 9.59 -
YUV 198.73 16.41 165.99 -
System Red Green Blue C M Y K H S L
Decimal 252 210 1 0 0.17 1.00 0.01 49.96 0.99 0.5
Hex FC D2 1 0 11 64 1 32 63 32
Octal 374 322 1 0 21 144 1 62 143 62
Binary 11111100 11010010 1 0 10001 1100100 1 110010 1100011 110010

Color Harmonies of #FCD201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD201

Black with #FCD201

Text Example


Text Example

White with #FCD201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD201; }

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

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

background-color css

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

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

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

border-color css

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

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

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