Html Css Color HEX #FCD407 Gold

📋 copy color: '#FCD407'

red 252 ◦ green 212 ◦ blue 7

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

Shades of Gold #FCD407

Tints of Gold #FCD407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.49%

R = 53.5%
G = 45.01%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCD407 (or 0xFCD407) is known color: Gold. HEX triplet: FC, D4 and 07. RGB value is (252,212,7). Sum of RGB (Red+Green+Blue) = 252+212+7=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 7 (3.12% from 255 or 1.49% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD407 is #032BF8. Grayscale: #C9C9C9. Windows color (decimal): -207865 or 513276. OLE color: 513276.

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

Color convert

RGB 252 212 7 -
CMYK 0 0.16 0.97 0.01
HSL 50.2º 0.98% 0.51% -
HSV(B) 50.2º 0.97% 0.99% -
XYZ 63.73 67.8 9.93 -
YUV 200.59 18.75 164.67 -
System Red Green Blue C M Y K H S L
Decimal 252 212 7 0 0.16 0.97 0.01 50.2 0.98 0.51
Hex FC D4 7 0 10 61 1 32 62 33
Octal 374 324 7 0 20 141 1 62 142 63
Binary 11111100 11010100 111 0 10000 1100001 1 110010 1100010 110011

Color Harmonies of #FCD407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD407

Black with #FCD407

Text Example


Text Example

White with #FCD407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD407; }

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

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

background-color css

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

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

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

border-color css

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

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

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