Html Css Color HEX #FCD60F Gold

📋 copy color: '#FCD60F'

red 252 ◦ green 214 ◦ blue 15

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

Shades of Gold #FCD60F

Tints of Gold #FCD60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.12%

R = 52.39%
G = 44.49%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCD60F (or 0xFCD60F) is known color: Gold. HEX triplet: FC, D6 and 0F. RGB value is (252,214,15). Sum of RGB (Red+Green+Blue) = 252+214+15=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 15 (6.25% from 255 or 3.12% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD60F is #0329F0. Grayscale: #CBCBCB. Windows color (decimal): -207345 or 1038076. OLE color: 1038076.

HSL color Cylindrical-coordinate representation of color #FCD60F: hue angle of 50.38º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCD60F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 214 15 -
CMYK 0 0.15 0.94 0.01
HSL 50.38º 0.98% 0.52% -
HSV(B) 50.38º 0.94% 0.99% -
XYZ 64.28 68.82 10.35 -
YUV 202.68 22.09 163.18 -
System Red Green Blue C M Y K H S L
Decimal 252 214 15 0 0.15 0.94 0.01 50.38 0.98 0.52
Hex FC D6 F 0 F 5E 1 32 62 34
Octal 374 326 17 0 17 136 1 62 142 64
Binary 11111100 11010110 1111 0 1111 1011110 1 110010 1100010 110100

Color Harmonies of #FCD60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD60F

Black with #FCD60F

Text Example


Text Example

White with #FCD60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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