Html Css Color HEX #FCD712 Gold

📋 copy color: '#FCD712'

red 252 ◦ green 215 ◦ blue 18

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

Shades of Gold #FCD712

Tints of Gold #FCD712

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.33%

 BLUE value IS 18 (7.42% from 255) = 3.71%

R = 51.96%
G = 44.33%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCD712 (or 0xFCD712) is known color: Gold. HEX triplet: FC, D7 and 12. RGB value is (252,215,18). Sum of RGB (Red+Green+Blue) = 252+215+18=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 18 (7.42% from 255 or 3.71% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD712 is #0328ED. Grayscale: #CCCCCC. Windows color (decimal): -207086 or 1234940. OLE color: 1234940.

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

Color convert

RGB 252 215 18 -
CMYK 0 0.15 0.93 0.01
HSL 50.51º 0.98% 0.53% -
HSV(B) 50.51º 0.93% 0.99% -
XYZ 64.55 69.34 10.55 -
YUV 203.61 23.26 162.52 -
System Red Green Blue C M Y K H S L
Decimal 252 215 18 0 0.15 0.93 0.01 50.51 0.98 0.53
Hex FC D7 12 0 F 5D 1 33 62 35
Octal 374 327 22 0 17 135 1 63 142 65
Binary 11111100 11010111 10010 0 1111 1011101 1 110011 1100010 110101

Color Harmonies of #FCD712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD712

Black with #FCD712

Text Example


Text Example

White with #FCD712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD712; }

 p { color: rgb(252,215,18); }

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

background-color css

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

 a { background-color: rgb(252,215,18); }

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

border-color css

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

 span { border-color: rgb(252,215,18); }

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