Html Css Color HEX #FCD701 Gold

📋 copy color: '#FCD701'

red 252 ◦ green 215 ◦ blue 1

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

Shades of Gold #FCD701

Tints of Gold #FCD701

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.94%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 53.85%
G = 45.94%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCD701 (or 0xFCD701) is known color: Gold. HEX triplet: FC, D7 and 01. RGB value is (252,215,1). Sum of RGB (Red+Green+Blue) = 252+215+1=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 1 (0.78% from 255 or 0.21% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD701 is #0328FE. Grayscale: #CACACA. Windows color (decimal): -207103 or 120828. OLE color: 120828.

HSL color Cylindrical-coordinate representation of color #FCD701: hue angle of 51.16º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCD701 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 215 1 -
CMYK 0 0.15 1.00 0.01
HSL 51.16º 0.99% 0.5% -
HSV(B) 51.16º 1% 0.99% -
XYZ 64.45 69.3 10.01 -
YUV 201.67 14.76 163.9 -
System Red Green Blue C M Y K H S L
Decimal 252 215 1 0 0.15 1.00 0.01 51.16 0.99 0.5
Hex FC D7 1 0 F 64 1 33 63 32
Octal 374 327 1 0 17 144 1 63 143 62
Binary 11111100 11010111 1 0 1111 1100100 1 110011 1100011 110010

Color Harmonies of #FCD701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD701

Black with #FCD701

Text Example


Text Example

White with #FCD701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD701; }

 p { color: rgb(252,215,1); }

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

background-color css

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

 a { background-color: rgb(252,215,1); }

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

border-color css

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

 span { border-color: rgb(252,215,1); }

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