#FEE15C

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

Shades of Mustard #FEE15C

Tints of Mustard #FEE15C

Color information

#FEE15C (or 0xFEE15C) is unknown color: approx Mustard. HEX triplet: FE, E1 and 5C. RGB value is (254,225,92). Sum of RGB (Red+Green+Blue) = 254+225+92=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 92 (36.33% from 255 or 16.11% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE15C is #011EA3. Grayscale: #DBDBDB. Windows color (decimal): -73380 or 6087166. OLE color: 6087166.

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

Color convert

RGB25422592-
CMYK00.110.640.00
HSL49.26º98.78%67.84%-
HSV(B)49.26º63.78%99.61%-
XYZ69.7375.6921.06-
YUV218.5156.61153.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.48%
GREEN value IS 225 (88.28% from 255) = 39.40%
BLUE value IS 92 (36.33% from 255) = 16.11%
R=44.48%
G=39.40%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542259200.110.640.0049.2698.7867.84
HexFEE15C0B400316344
Octal376341134013100061143104
Binary11111110111000011011100010111000000011000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE15C; }

 p { color: rgb(254,225,92); }

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

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

 a { background-color: rgb(254,225,92); }

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

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

 span { border-color: rgb(254,225,92); }

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