Html Css Color HEX #FCD501 Gold

📋 copy color: '#FCD501'

red 252 ◦ green 213 ◦ blue 1

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

Shades of Gold #FCD501

Tints of Gold #FCD501

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.71%

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

R = 54.08%
G = 45.71%
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

#FCD501 (or 0xFCD501) is known color: Gold. HEX triplet: FC, D5 and 01. RGB value is (252,213,1). Sum of RGB (Red+Green+Blue) = 252+213+1=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 1 (0.78% from 255 or 0.21% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD501 is #032AFE. Grayscale: #C9C9C9. Windows color (decimal): -207615 or 120316. OLE color: 120316.

HSL color Cylindrical-coordinate representation of color #FCD501: hue angle of 50.68º 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 #FCD501 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 213 1 -
CMYK 0 0.15 1.00 0.01
HSL 50.68º 0.99% 0.5% -
HSV(B) 50.68º 1% 0.99% -
XYZ 63.94 68.29 9.84 -
YUV 200.49 15.42 164.74 -
System Red Green Blue C M Y K H S L
Decimal 252 213 1 0 0.15 1.00 0.01 50.68 0.99 0.5
Hex FC D5 1 0 F 64 1 33 63 32
Octal 374 325 1 0 17 144 1 63 143 62
Binary 11111100 11010101 1 0 1111 1100100 1 110011 1100011 110010

Color Harmonies of #FCD501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD501

Black with #FCD501

Text Example


Text Example

White with #FCD501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD501; }

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

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

background-color css

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

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

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

border-color css

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

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

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