Html Css Color HEX #FCD40A Gold

📋 copy color: '#FCD40A'

red 252 ◦ green 212 ◦ blue 10

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

Shades of Gold #FCD40A

Tints of Gold #FCD40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.11%

R = 53.16%
G = 44.73%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCD40A (or 0xFCD40A) is known color: Gold. HEX triplet: FC, D4 and 0A. RGB value is (252,212,10). Sum of RGB (Red+Green+Blue) = 252+212+10=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 10 (4.30% from 255 or 2.11% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD40A is #032BF5. Grayscale: #C9C9C9. Windows color (decimal): -207862 or 709884. OLE color: 709884.

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

Color convert

RGB 252 212 10 -
CMYK 0 0.16 0.96 0.01
HSL 50.08º 0.98% 0.51% -
HSV(B) 50.08º 0.96% 0.99% -
XYZ 63.74 67.8 10.02 -
YUV 200.93 20.25 164.43 -
System Red Green Blue C M Y K H S L
Decimal 252 212 10 0 0.16 0.96 0.01 50.08 0.98 0.51
Hex FC D4 A 0 10 60 1 32 62 33
Octal 374 324 12 0 20 140 1 62 142 63
Binary 11111100 11010100 1010 0 10000 1100000 1 110010 1100010 110011

Color Harmonies of #FCD40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD40A

Black with #FCD40A

Text Example


Text Example

White with #FCD40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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