#FCDE59

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

Shades of Mustard #FCDE59

Tints of Mustard #FCDE59

Color information

#FCDE59 (or 0xFCDE59) is unknown color: approx Mustard. HEX triplet: FC, DE and 59. RGB value is (252,222,89). Sum of RGB (Red+Green+Blue) = 252+222+89=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 89 (35.16% from 255 or 15.81% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDE59 is #0321A6. Grayscale: #D8D8D8. Windows color (decimal): -205223 or 5889788. OLE color: 5889788.

HSL color Cylindrical-coordinate representation of color #FCDE59: hue angle of 48.96º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCDE59 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB25222289-
CMYK00.120.650.01
HSL48.96º96.45%66.86%-
HSV(B)48.96º64.68%98.82%-
XYZ68.0773.6620.08-
YUV215.8156.44153.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.76%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 89 (35.16% from 255) = 15.81%
R=44.76%
G=39.43%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522228900.120.650.0148.9696.4566.86
HexFCDE590C411316043
Octal374336131014101161140103
Binary11111100110111101011001011001000001111000111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDE59; }

 p { color: rgb(252,222,89); }

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

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

 a { background-color: rgb(252,222,89); }

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

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

 span { border-color: rgb(252,222,89); }

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