#FCD300

Color #FCD300 Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold #FCD300

Tints of Gold #FCD300

Color information

#FCD300 (or 0xFCD300) is unknown color: approx 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

RGB2522110-
CMYK00.1610.01
HSL50.24º100%49.41%-
HSV(B)50.24º100%98.82%-
XYZ63.4467.289.64-
YUV199.215.58165.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252211000.1610.0150.2410049.41
HexFCD30010641326431
Octal374323002014416214461
Binary11111100110100110010000110010011100101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>