#FCDF59

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

Shades of Mustard #FCDF59

Tints of Mustard #FCDF59

Color information

#FCDF59 (or 0xFCDF59) is unknown color: approx Mustard. HEX triplet: FC, DF and 59. RGB value is (252,223,89). Sum of RGB (Red+Green+Blue) = 252+223+89=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 89 (35.16% from 255 or 15.78% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF59 is #0320A6. Grayscale: #D8D8D8. Windows color (decimal): -204967 or 5890044. OLE color: 5890044.

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

Color convert

RGB25222389-
CMYK00.120.650.01
HSL49.33º96.45%66.86%-
HSV(B)49.33º64.68%98.82%-
XYZ68.3474.1920.17-
YUV216.456.11153.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.68%
GREEN value IS 223 (87.5% from 255) = 39.54%
BLUE value IS 89 (35.16% from 255) = 15.78%
R=44.68%
G=39.54%
B=15.78%

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
Decimal2522238900.120.650.0149.3396.4566.86
HexFCDF590C411316043
Octal374337131014101161140103
Binary11111100110111111011001011001000001111000111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDF59; }

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

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

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

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

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

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

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

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