Html Css Color HEX #FCD60C Gold

📋 copy color: '#FCD60C'

red 252 ◦ green 214 ◦ blue 12

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

Shades of Gold #FCD60C

Tints of Gold #FCD60C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.77%

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

R = 52.72%
G = 44.77%
B = 2.51%

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

#FCD60C (or 0xFCD60C) is known color: Gold. HEX triplet: FC, D6 and 0C. RGB value is (252,214,12). Sum of RGB (Red+Green+Blue) = 252+214+12=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 12 (5.08% from 255 or 2.51% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD60C is #0329F3. Grayscale: #CBCBCB. Windows color (decimal): -207348 or 841468. OLE color: 841468.

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

Color convert

RGB 252 214 12 -
CMYK 0 0.15 0.95 0.01
HSL 50.5º 0.98% 0.52% -
HSV(B) 50.5º 0.95% 0.99% -
XYZ 64.26 68.82 10.24 -
YUV 202.33 20.59 163.43 -
System Red Green Blue C M Y K H S L
Decimal 252 214 12 0 0.15 0.95 0.01 50.5 0.98 0.52
Hex FC D6 C 0 F 5F 1 32 62 34
Octal 374 326 14 0 17 137 1 62 142 64
Binary 11111100 11010110 1100 0 1111 1011111 1 110010 1100010 110100

Color Harmonies of #FCD60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD60C

Black with #FCD60C

Text Example


Text Example

White with #FCD60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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