Html Css Color HEX #FCD411 Gold

📋 copy color: '#FCD411'

red 252 ◦ green 212 ◦ blue 17

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

Shades of Gold #FCD411

Tints of Gold #FCD411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.53%

R = 52.39%
G = 44.07%
B = 3.53%

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

#FCD411 (or 0xFCD411) is known color: Gold. HEX triplet: FC, D4 and 11. RGB value is (252,212,17). Sum of RGB (Red+Green+Blue) = 252+212+17=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 17 (7.03% from 255 or 3.53% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD411 is #032BEE. Grayscale: #CACACA. Windows color (decimal): -207855 or 1168636. OLE color: 1168636.

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

Color convert

RGB 252 212 17 -
CMYK 0 0.16 0.93 0.01
HSL 49.79º 0.98% 0.53% -
HSV(B) 49.79º 0.93% 0.99% -
XYZ 63.79 67.82 10.26 -
YUV 201.73 23.75 163.86 -
System Red Green Blue C M Y K H S L
Decimal 252 212 17 0 0.16 0.93 0.01 49.79 0.98 0.53
Hex FC D4 11 0 10 5D 1 32 62 35
Octal 374 324 21 0 20 135 1 62 142 65
Binary 11111100 11010100 10001 0 10000 1011101 1 110010 1100010 110101

Color Harmonies of #FCD411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD411

Black with #FCD411

Text Example


Text Example

White with #FCD411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD411; }

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

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

background-color css

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

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

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

border-color css

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

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

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