Html Css Color HEX #FCD404 Gold

📋 copy color: '#FCD404'

red 252 ◦ green 212 ◦ blue 4

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

Shades of Gold #FCD404

Tints of Gold #FCD404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.85%

R = 53.85%
G = 45.3%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCD404 (or 0xFCD404) is known color: Gold. HEX triplet: FC, D4 and 04. RGB value is (252,212,4). Sum of RGB (Red+Green+Blue) = 252+212+4=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 4 (1.95% from 255 or 0.85% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD404 is #032BFB. Grayscale: #C9C9C9. Windows color (decimal): -207868 or 316668. OLE color: 316668.

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

Color convert

RGB 252 212 4 -
CMYK 0 0.16 0.98 0.01
HSL 50.32º 0.98% 0.5% -
HSV(B) 50.32º 0.98% 0.99% -
XYZ 63.71 67.79 9.84 -
YUV 200.25 17.25 164.91 -
System Red Green Blue C M Y K H S L
Decimal 252 212 4 0 0.16 0.98 0.01 50.32 0.98 0.5
Hex FC D4 4 0 10 62 1 32 62 32
Octal 374 324 4 0 20 142 1 62 142 62
Binary 11111100 11010100 100 0 10000 1100010 1 110010 1100010 110010

Color Harmonies of #FCD404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD404

Black with #FCD404

Text Example


Text Example

White with #FCD404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD404; }

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

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

background-color css

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

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

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

border-color css

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

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

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