#FEDC56

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

Shades of Mustard #FEDC56

Tints of Mustard #FEDC56

Color information

#FEDC56 (or 0xFEDC56) is unknown color: approx Mustard. HEX triplet: FE, DC and 56. RGB value is (254,220,86). Sum of RGB (Red+Green+Blue) = 254+220+86=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 86 (33.98% from 255 or 15.36% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC56 is #0123A9. Grayscale: #D7D7D7. Windows color (decimal): -74666 or 5692670. OLE color: 5692670.

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

Color convert

RGB25422086-
CMYK00.130.660.00
HSL47.86º98.82%66.67%-
HSV(B)47.86º66.14%99.61%-
XYZ68.1572.9319.29-
YUV214.8955.26155.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 220 (86.33% from 255) = 39.29%
BLUE value IS 86 (33.98% from 255) = 15.36%
R=45.36%
G=39.29%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542208600.130.660.0047.8698.8266.67
HexFEDC560D420306343
Octal376334126015102060143103
Binary11111110110111001010110011011000010011000011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDC56; }

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

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

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

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

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

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

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

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