Html Css Color HEX #FCD513 Gold

📋 copy color: '#FCD513'

red 252 ◦ green 213 ◦ blue 19

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

Shades of Gold #FCD513

Tints of Gold #FCD513

RGB

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

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

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

R = 52.07%
G = 44.01%
B = 3.93%

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

#FCD513 (or 0xFCD513) is known color: Gold. HEX triplet: FC, D5 and 13. RGB value is (252,213,19). Sum of RGB (Red+Green+Blue) = 252+213+19=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 19 (7.81% from 255 or 3.93% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD513 is #032AEC. Grayscale: #CBCBCB. Windows color (decimal): -207597 or 1299964. OLE color: 1299964.

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

Color convert

RGB 252 213 19 -
CMYK 0 0.15 0.92 0.01
HSL 49.96º 0.97% 0.53% -
HSV(B) 49.96º 0.92% 0.99% -
XYZ 64.06 68.33 10.43 -
YUV 202.55 24.42 163.27 -
System Red Green Blue C M Y K H S L
Decimal 252 213 19 0 0.15 0.92 0.01 49.96 0.97 0.53
Hex FC D5 13 0 F 5C 1 32 61 35
Octal 374 325 23 0 17 134 1 62 141 65
Binary 11111100 11010101 10011 0 1111 1011100 1 110010 1100001 110101

Color Harmonies of #FCD513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD513

Black with #FCD513

Text Example


Text Example

White with #FCD513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD513; }

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

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

background-color css

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

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

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

border-color css

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

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

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