Html Css Color HEX #FCD60E Gold

📋 copy color: '#FCD60E'

red 252 ◦ green 214 ◦ blue 14

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

Shades of Gold #FCD60E

Tints of Gold #FCD60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.92%

R = 52.5%
G = 44.58%
B = 2.92%

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

#FCD60E (or 0xFCD60E) is known color: Gold. HEX triplet: FC, D6 and 0E. RGB value is (252,214,14). Sum of RGB (Red+Green+Blue) = 252+214+14=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 14 (5.86% from 255 or 2.92% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD60E is #0329F1. Grayscale: #CBCBCB. Windows color (decimal): -207346 or 972540. OLE color: 972540.

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

Color convert

RGB 252 214 14 -
CMYK 0 0.15 0.94 0.01
HSL 50.42º 0.98% 0.52% -
HSV(B) 50.42º 0.94% 0.99% -
XYZ 64.27 68.82 10.31 -
YUV 202.56 21.59 163.26 -
System Red Green Blue C M Y K H S L
Decimal 252 214 14 0 0.15 0.94 0.01 50.42 0.98 0.52
Hex FC D6 E 0 F 5E 1 32 62 34
Octal 374 326 16 0 17 136 1 62 142 64
Binary 11111100 11010110 1110 0 1111 1011110 1 110010 1100010 110100

Color Harmonies of #FCD60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD60E

Black with #FCD60E

Text Example


Text Example

White with #FCD60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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