Html Css Color HEX #FCD300 Gold

📋 copy color: '#FCD300'

red 252 ◦ green 211 ◦ blue 0

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

Shades of Gold #FCD300

Tints of Gold #FCD300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.43%
G = 45.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCD300 (or 0xFCD300) is known color: Gold. HEX triplet: FC, D3 and 00. RGB value is (252,211,0). Sum of RGB (Red+Green+Blue) = 252+211+0=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD300 is #032CFF. Grayscale: #C8C8C8. Windows color (decimal): -208128 or 54268. OLE color: 54268.

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

Color convert

RGB 252 211 0 -
CMYK 0 0.16 1 0.01
HSL 50.24º 1% 0.49% -
HSV(B) 50.24º 1% 0.99% -
XYZ 63.44 67.28 9.64 -
YUV 199.21 15.58 165.66 -
System Red Green Blue C M Y K H S L
Decimal 252 211 0 0 0.16 1 0.01 50.24 1 0.49
Hex FC D3 0 0 10 64 1 32 64 31
Octal 374 323 0 0 20 144 1 62 144 61
Binary 11111100 11010011 0 0 10000 1100100 1 110010 1100100 110001

Color Harmonies of #FCD300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD300

Black with #FCD300

Text Example


Text Example

White with #FCD300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD300; }

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

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

background-color css

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

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

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

border-color css

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

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

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