#FED755

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

Shades of Mustard #FED755

Tints of Mustard #FED755

Color information

#FED755 (or 0xFED755) is unknown color: approx Mustard. HEX triplet: FE, D7 and 55. RGB value is (254,215,85). Sum of RGB (Red+Green+Blue) = 254+215+85=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 85 (33.59% from 255 or 15.34% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FED755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED755 is #0128AA. Grayscale: #D4D4D4. Windows color (decimal): -75947 or 5625854. OLE color: 5625854.

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

Color convert

RGB25421585-
CMYK00.150.670.00
HSL46.15º98.83%66.47%-
HSV(B)46.15º66.54%99.61%-
XYZ66.8170.3318.65-
YUV211.8456.42158.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.85%
GREEN value IS 215 (84.38% from 255) = 38.81%
BLUE value IS 85 (33.59% from 255) = 15.34%
R=45.85%
G=38.81%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542158500.150.670.0046.1598.8366.47
HexFED7550F4302e6342
Octal376327125017103056143102
Binary11111110110101111010101011111000011010111011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED755; }

 p { color: rgb(254,215,85); }

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

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

 a { background-color: rgb(254,215,85); }

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

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

 span { border-color: rgb(254,215,85); }

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