#FEE456

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

Shades of Mustard #FEE456

Tints of Mustard #FEE456

Color information

#FEE456 (or 0xFEE456) is unknown color: approx Mustard. HEX triplet: FE, E4 and 56. RGB value is (254,228,86). Sum of RGB (Red+Green+Blue) = 254+228+86=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 86 (33.98% from 255 or 15.14% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE456 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE456 is #011BA9. Grayscale: #DCDCDC. Windows color (decimal): -72618 or 5694718. OLE color: 5694718.

HSL color Cylindrical-coordinate representation of color #FEE456: hue angle of 50.71º 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 #FEE456 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.00.

Color convert

RGB25422886-
CMYK00.100.660.00
HSL50.71º98.82%66.67%-
HSV(B)50.71º66.14%99.61%-
XYZ70.377.2320.01-
YUV219.5952.61152.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.72%
GREEN value IS 228 (89.45% from 255) = 40.14%
BLUE value IS 86 (33.98% from 255) = 15.14%
R=44.72%
G=40.14%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542288600.100.660.0050.7198.8266.67
HexFEE4560A420336343
Octal376344126012102063143103
Binary11111110111001001010110010101000010011001111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE456; }

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

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

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

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

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

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

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

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