Html Css Color HEX #FCD406 Gold

📋 copy color: '#FCD406'

red 252 ◦ green 212 ◦ blue 6

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

Shades of Gold #FCD406

Tints of Gold #FCD406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.28%

R = 53.62%
G = 45.11%
B = 1.28%

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

#FCD406 (or 0xFCD406) is known color: Gold. HEX triplet: FC, D4 and 06. RGB value is (252,212,6). Sum of RGB (Red+Green+Blue) = 252+212+6=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 6 (2.73% from 255 or 1.28% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD406 is #032BF9. Grayscale: #C9C9C9. Windows color (decimal): -207866 or 447740. OLE color: 447740.

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

Color convert

RGB 252 212 6 -
CMYK 0 0.16 0.98 0.01
HSL 50.24º 0.98% 0.51% -
HSV(B) 50.24º 0.98% 0.99% -
XYZ 63.72 67.8 9.9 -
YUV 200.48 18.25 164.75 -
System Red Green Blue C M Y K H S L
Decimal 252 212 6 0 0.16 0.98 0.01 50.24 0.98 0.51
Hex FC D4 6 0 10 62 1 32 62 33
Octal 374 324 6 0 20 142 1 62 142 63
Binary 11111100 11010100 110 0 10000 1100010 1 110010 1100010 110011

Color Harmonies of #FCD406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD406

Black with #FCD406

Text Example


Text Example

White with #FCD406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD406; }

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

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

background-color css

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

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

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

border-color css

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

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

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