Html Css Color HEX #FCD613 Gold

📋 copy color: '#FCD613'

red 252 ◦ green 214 ◦ blue 19

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

Shades of Gold #FCD613

Tints of Gold #FCD613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.92%

R = 51.96%
G = 44.12%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCD613 (or 0xFCD613) is known color: Gold. HEX triplet: FC, D6 and 13. RGB value is (252,214,19). Sum of RGB (Red+Green+Blue) = 252+214+19=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 19 (7.81% from 255 or 3.92% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD613 is #0329EC. Grayscale: #CBCBCB. Windows color (decimal): -207341 or 1300220. OLE color: 1300220.

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

Color convert

RGB 252 214 19 -
CMYK 0 0.15 0.92 0.01
HSL 50.21º 0.97% 0.53% -
HSV(B) 50.21º 0.92% 0.99% -
XYZ 64.31 68.84 10.51 -
YUV 203.13 24.09 162.86 -
System Red Green Blue C M Y K H S L
Decimal 252 214 19 0 0.15 0.92 0.01 50.21 0.97 0.53
Hex FC D6 13 0 F 5C 1 32 61 35
Octal 374 326 23 0 17 134 1 62 141 65
Binary 11111100 11010110 10011 0 1111 1011100 1 110010 1100001 110101

Color Harmonies of #FCD613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD613

Black with #FCD613

Text Example


Text Example

White with #FCD613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD613; }

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

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

background-color css

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

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

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

border-color css

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

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

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