#FEDD51

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

Shades of Mustard #FEDD51

Tints of Mustard #FEDD51

Color information

#FEDD51 (or 0xFEDD51) is unknown color: approx Mustard. HEX triplet: FE, DD and 51. RGB value is (254,221,81). Sum of RGB (Red+Green+Blue) = 254+221+81=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 81 (32.03% from 255 or 14.57% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD51 is #0122AE. Grayscale: #D7D7D7. Windows color (decimal): -74415 or 5365246. OLE color: 5365246.

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

Color convert

RGB25422181-
CMYK00.130.680.00
HSL48.55º98.86%65.69%-
HSV(B)48.55º68.11%99.61%-
XYZ68.2173.3818.35-
YUV214.9152.43155.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.68%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 81 (32.03% from 255) = 14.57%
R=45.68%
G=39.75%
B=14.57%

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
Decimal2542218100.130.680.0048.5598.8665.69
HexFEDD510D440316342
Octal376335121015104061143102
Binary11111110110111011010001011011000100011000111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDD51; }

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

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

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

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

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

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

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

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