Html Css Color HEX #FCD40D Gold

📋 copy color: '#FCD40D'

red 252 ◦ green 212 ◦ blue 13

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

Shades of Gold #FCD40D

Tints of Gold #FCD40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.73%

R = 52.83%
G = 44.44%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCD40D (or 0xFCD40D) is known color: Gold. HEX triplet: FC, D4 and 0D. RGB value is (252,212,13). Sum of RGB (Red+Green+Blue) = 252+212+13=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 13 (5.47% from 255 or 2.73% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD40D is #032BF2. Grayscale: #CACACA. Windows color (decimal): -207859 or 906492. OLE color: 906492.

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

Color convert

RGB 252 212 13 -
CMYK 0 0.16 0.95 0.01
HSL 49.96º 0.98% 0.52% -
HSV(B) 49.96º 0.95% 0.99% -
XYZ 63.76 67.81 10.11 -
YUV 201.27 21.75 164.18 -
System Red Green Blue C M Y K H S L
Decimal 252 212 13 0 0.16 0.95 0.01 49.96 0.98 0.52
Hex FC D4 D 0 10 5F 1 32 62 34
Octal 374 324 15 0 20 137 1 62 142 64
Binary 11111100 11010100 1101 0 10000 1011111 1 110010 1100010 110100

Color Harmonies of #FCD40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD40D

Black with #FCD40D

Text Example


Text Example

White with #FCD40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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