#FFE254

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

Shades of Mustard #FFE254

Tints of Mustard #FFE254

Color information

#FFE254 (or 0xFFE254) is unknown color: approx Mustard. HEX triplet: FF, E2 and 54. RGB value is (255,226,84). Sum of RGB (Red+Green+Blue) = 255+226+84=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 84 (33.20% from 255 or 14.87% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE254 is #001DAB. Grayscale: #DBDBDB. Windows color (decimal): -7596 or 5563135. OLE color: 5563135.

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

Color convert

RGB25522684-
CMYK00.110.670
HSL49.82º100%66.47%-
HSV(B)49.82º67.06%100%-
XYZ70.0476.2919.42-
YUV218.4852.11154.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 226 (88.67% from 255) = 40%
BLUE value IS 84 (33.20% from 255) = 14.87%
R=45.13%
G=40%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552268400.110.67049.8210066.47
HexFFE2540B430326442
Octal377342124013103062144102
Binary11111111111000101010100010111000011011001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE254; }

 p { color: rgb(255,226,84); }

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

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

 a { background-color: rgb(255,226,84); }

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

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

 span { border-color: rgb(255,226,84); }

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