Html Css Color HEX #FCD504 Gold

📋 copy color: '#FCD504'

red 252 ◦ green 213 ◦ blue 4

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

Shades of Gold #FCD504

Tints of Gold #FCD504

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.42%

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

R = 53.73%
G = 45.42%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCD504 (or 0xFCD504) is known color: Gold. HEX triplet: FC, D5 and 04. RGB value is (252,213,4). Sum of RGB (Red+Green+Blue) = 252+213+4=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 4 (1.95% from 255 or 0.85% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD504 is #032AFB. Grayscale: #C9C9C9. Windows color (decimal): -207612 or 316924. OLE color: 316924.

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

Color convert

RGB 252 213 4 -
CMYK 0 0.15 0.98 0.01
HSL 50.56º 0.98% 0.5% -
HSV(B) 50.56º 0.98% 0.99% -
XYZ 63.96 68.29 9.93 -
YUV 200.84 16.92 164.49 -
System Red Green Blue C M Y K H S L
Decimal 252 213 4 0 0.15 0.98 0.01 50.56 0.98 0.5
Hex FC D5 4 0 F 62 1 33 62 32
Octal 374 325 4 0 17 142 1 63 142 62
Binary 11111100 11010101 100 0 1111 1100010 1 110011 1100010 110010

Color Harmonies of #FCD504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD504

Black with #FCD504

Text Example


Text Example

White with #FCD504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD504; }

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

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

background-color css

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

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

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

border-color css

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

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

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