Html Css Color HEX #FCD304 Gold

📋 copy color: '#FCD304'

red 252 ◦ green 211 ◦ blue 4

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

Shades of Gold #FCD304

Tints of Gold #FCD304

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.18%

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

R = 53.96%
G = 45.18%
B = 0.86%

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

#FCD304 (or 0xFCD304) is known color: Gold. HEX triplet: FC, D3 and 04. RGB value is (252,211,4). Sum of RGB (Red+Green+Blue) = 252+211+4=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 4 (1.95% from 255 or 0.86% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD304 is #032CFB. Grayscale: #C8C8C8. Windows color (decimal): -208124 or 316412. OLE color: 316412.

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

Color convert

RGB 252 211 4 -
CMYK 0 0.16 0.98 0.01
HSL 50.08º 0.98% 0.5% -
HSV(B) 50.08º 0.98% 0.99% -
XYZ 63.46 67.29 9.76 -
YUV 199.66 17.58 165.33 -
System Red Green Blue C M Y K H S L
Decimal 252 211 4 0 0.16 0.98 0.01 50.08 0.98 0.5
Hex FC D3 4 0 10 62 1 32 62 32
Octal 374 323 4 0 20 142 1 62 142 62
Binary 11111100 11010011 100 0 10000 1100010 1 110010 1100010 110010

Color Harmonies of #FCD304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD304

Black with #FCD304

Text Example


Text Example

White with #FCD304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD304; }

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

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

background-color css

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

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

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

border-color css

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

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

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