Html Css Color HEX #FCD50C Gold

📋 copy color: '#FCD50C'

red 252 ◦ green 213 ◦ blue 12

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

Shades of Gold #FCD50C

Tints of Gold #FCD50C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.65%

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

R = 52.83%
G = 44.65%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCD50C (or 0xFCD50C) is known color: Gold. HEX triplet: FC, D5 and 0C. RGB value is (252,213,12). Sum of RGB (Red+Green+Blue) = 252+213+12=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 12 (5.08% from 255 or 2.52% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD50C is #032AF3. Grayscale: #CACACA. Windows color (decimal): -207604 or 841212. OLE color: 841212.

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

Color convert

RGB 252 213 12 -
CMYK 0 0.15 0.95 0.01
HSL 50.25º 0.98% 0.52% -
HSV(B) 50.25º 0.95% 0.99% -
XYZ 64.01 68.31 10.16 -
YUV 201.75 20.92 163.84 -
System Red Green Blue C M Y K H S L
Decimal 252 213 12 0 0.15 0.95 0.01 50.25 0.98 0.52
Hex FC D5 C 0 F 5F 1 32 62 34
Octal 374 325 14 0 17 137 1 62 142 64
Binary 11111100 11010101 1100 0 1111 1011111 1 110010 1100010 110100

Color Harmonies of #FCD50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD50C

Black with #FCD50C

Text Example


Text Example

White with #FCD50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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