#FCDA53

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

Shades of Mustard #FCDA53

Tints of Mustard #FCDA53

Color information

#FCDA53 (or 0xFCDA53) is unknown color: approx Mustard. HEX triplet: FC, DA and 53. RGB value is (252,218,83). Sum of RGB (Red+Green+Blue) = 252+218+83=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 83 (32.81% from 255 or 15.01% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA53 is #0325AC. Grayscale: #D5D5D5. Windows color (decimal): -206253 or 5495548. OLE color: 5495548.

HSL color Cylindrical-coordinate representation of color #FCDA53: hue angle of 47.93º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCDA53 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB25221883-
CMYK00.130.670.01
HSL47.93º96.57%65.69%-
HSV(B)47.93º67.06%98.82%-
XYZ66.7871.4618.46-
YUV212.7854.76155.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.57%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 83 (32.81% from 255) = 15.01%
R=45.57%
G=39.42%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522188300.130.670.0147.9396.5765.69
HexFCDA530D431306142
Octal374332123015103160141102
Binary11111100110110101010011011011000011111000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDA53; }

 p { color: rgb(252,218,83); }

 H1.HeaderClassName
 {
   color: #FCDA53;
 }
 .AnyTagClassName
 {
   color: #FCDA53;
 }
</style>
background-color css

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

 a { background-color: rgb(252,218,83); }

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

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

 span { border-color: rgb(252,218,83); }

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