Html Css Color HEX #FCD301 Gold

📋 copy color: '#FCD301'

red 252 ◦ green 211 ◦ blue 1

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

Shades of Gold #FCD301

Tints of Gold #FCD301

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

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

R = 54.31%
G = 45.47%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCD301 (or 0xFCD301) is known color: Gold. HEX triplet: FC, D3 and 01. RGB value is (252,211,1). Sum of RGB (Red+Green+Blue) = 252+211+1=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 1 (0.78% from 255 or 0.22% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD301 is #032CFE. Grayscale: #C8C8C8. Windows color (decimal): -208127 or 119804. OLE color: 119804.

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

Color convert

RGB 252 211 1 -
CMYK 0 0.16 1.00 0.01
HSL 50.2º 0.99% 0.5% -
HSV(B) 50.2º 1% 0.99% -
XYZ 63.44 67.29 9.67 -
YUV 199.32 16.08 165.58 -
System Red Green Blue C M Y K H S L
Decimal 252 211 1 0 0.16 1.00 0.01 50.2 0.99 0.5
Hex FC D3 1 0 10 64 1 32 63 32
Octal 374 323 1 0 20 144 1 62 143 62
Binary 11111100 11010011 1 0 10000 1100100 1 110010 1100011 110010

Color Harmonies of #FCD301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD301

Black with #FCD301

Text Example


Text Example

White with #FCD301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD301; }

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

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

background-color css

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

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

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

border-color css

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

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

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