#FDE35C

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

Shades of Mustard #FDE35C

Tints of Mustard #FDE35C

Color information

#FDE35C (or 0xFDE35C) is unknown color: approx Mustard. HEX triplet: FD, E3 and 5C. RGB value is (253,227,92). Sum of RGB (Red+Green+Blue) = 253+227+92=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 92 (36.33% from 255 or 16.08% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE35C is #021CA3. Grayscale: #DBDBDB. Windows color (decimal): -138404 or 6087677. OLE color: 6087677.

HSL color Cylindrical-coordinate representation of color #FDE35C: hue angle of 50.31º 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 #FDE35C is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB25322792-
CMYK00.100.640.01
HSL50.31º97.58%67.65%-
HSV(B)50.31º63.64%99.22%-
XYZ69.9176.5921.22-
YUV219.3856.11151.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.23%
GREEN value IS 227 (89.06% from 255) = 39.69%
BLUE value IS 92 (36.33% from 255) = 16.08%
R=44.23%
G=39.69%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532279200.100.640.0150.3197.5867.65
HexFDE35C0A401326244
Octal375343134012100162142104
Binary11111101111000111011100010101000000111001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE35C; }

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

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

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

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

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

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

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

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