#FDE05C

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

Shades of Mustard #FDE05C

Tints of Mustard #FDE05C

Color information

#FDE05C (or 0xFDE05C) is unknown color: approx Mustard. HEX triplet: FD, E0 and 5C. RGB value is (253,224,92). Sum of RGB (Red+Green+Blue) = 253+224+92=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 92 (36.33% from 255 or 16.17% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE05C is #021FA3. Grayscale: #DADADA. Windows color (decimal): -139172 or 6086909. OLE color: 6086909.

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

Color convert

RGB25322492-
CMYK00.110.640.01
HSL49.19º97.58%67.65%-
HSV(B)49.19º63.64%99.22%-
XYZ69.174.9720.95-
YUV217.6257.11153.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 224 (87.89% from 255) = 39.37%
BLUE value IS 92 (36.33% from 255) = 16.17%
R=44.46%
G=39.37%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532249200.110.640.0149.1997.5867.65
HexFDE05C0B401316244
Octal375340134013100161142104
Binary11111101111000001011100010111000000111000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE05C; }

 p { color: rgb(253,224,92); }

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

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

 a { background-color: rgb(253,224,92); }

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

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

 span { border-color: rgb(253,224,92); }

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