#FEDC53

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

Shades of Mustard #FEDC53

Tints of Mustard #FEDC53

Color information

#FEDC53 (or 0xFEDC53) is unknown color: approx Mustard. HEX triplet: FE, DC and 53. RGB value is (254,220,83). Sum of RGB (Red+Green+Blue) = 254+220+83=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 83 (32.81% from 255 or 14.90% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC53 is #0123AC. Grayscale: #D7D7D7. Windows color (decimal): -74669 or 5496062. OLE color: 5496062.

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

Color convert

RGB25422083-
CMYK00.130.670.00
HSL48.07º98.84%66.08%-
HSV(B)48.07º67.32%99.61%-
XYZ68.0372.8818.67-
YUV214.5553.76156.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.60%
GREEN value IS 220 (86.33% from 255) = 39.50%
BLUE value IS 83 (32.81% from 255) = 14.90%
R=45.60%
G=39.50%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542208300.130.670.0048.0798.8466.08
HexFEDC530D430306342
Octal376334123015103060143102
Binary11111110110111001010011011011000011011000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDC53; }

 p { color: rgb(254,220,83); }

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

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

 a { background-color: rgb(254,220,83); }

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

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

 span { border-color: rgb(254,220,83); }

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