#FEDE51

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

Shades of Mustard #FEDE51

Tints of Mustard #FEDE51

Color information

#FEDE51 (or 0xFEDE51) is unknown color: approx Mustard. HEX triplet: FE, DE and 51. RGB value is (254,222,81). Sum of RGB (Red+Green+Blue) = 254+222+81=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 81 (32.03% from 255 or 14.54% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE51 is #0121AE. Grayscale: #D8D8D8. Windows color (decimal): -74159 or 5365502. OLE color: 5365502.

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

Color convert

RGB25422281-
CMYK00.130.680.00
HSL48.9º98.86%65.69%-
HSV(B)48.9º68.11%99.61%-
XYZ68.4873.9118.44-
YUV215.4952.1155.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.60%
GREEN value IS 222 (87.11% from 255) = 39.86%
BLUE value IS 81 (32.03% from 255) = 14.54%
R=45.60%
G=39.86%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542228100.130.680.0048.998.8665.69
HexFEDE510D440316342
Octal376336121015104061143102
Binary11111110110111101010001011011000100011000111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDE51; }

 p { color: rgb(254,222,81); }

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

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

 a { background-color: rgb(254,222,81); }

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

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

 span { border-color: rgb(254,222,81); }

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