Html Css Color HEX #FCD412 Gold

📋 copy color: '#FCD412'

red 252 ◦ green 212 ◦ blue 18

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

Shades of Gold #FCD412

Tints of Gold #FCD412

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.98%

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

R = 52.28%
G = 43.98%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCD412 (or 0xFCD412) is known color: Gold. HEX triplet: FC, D4 and 12. RGB value is (252,212,18). Sum of RGB (Red+Green+Blue) = 252+212+18=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD412 is #032BED. Grayscale: #CACACA. Windows color (decimal): -207854 or 1234172. OLE color: 1234172.

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

Color convert

RGB 252 212 18 -
CMYK 0 0.16 0.93 0.01
HSL 49.74º 0.98% 0.53% -
HSV(B) 49.74º 0.93% 0.99% -
XYZ 63.8 67.83 10.3 -
YUV 201.84 24.25 163.77 -
System Red Green Blue C M Y K H S L
Decimal 252 212 18 0 0.16 0.93 0.01 49.74 0.98 0.53
Hex FC D4 12 0 10 5D 1 32 62 35
Octal 374 324 22 0 20 135 1 62 142 65
Binary 11111100 11010100 10010 0 10000 1011101 1 110010 1100010 110101

Color Harmonies of #FCD412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD412

Black with #FCD412

Text Example


Text Example

White with #FCD412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD412; }

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

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

background-color css

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

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

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

border-color css

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

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

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