#F9DC56

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

Shades of Mustard #F9DC56

Tints of Mustard #F9DC56

Color information

#F9DC56 (or 0xF9DC56) is unknown color: approx Mustard. HEX triplet: F9, DC and 56. RGB value is (249,220,86). Sum of RGB (Red+Green+Blue) = 249+220+86=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 86 (33.98% from 255 or 15.50% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DC56 is #0623A9. Grayscale: #D5D5D5. Windows color (decimal): -402346 or 5692665. OLE color: 5692665.

HSL color Cylindrical-coordinate representation of color #F9DC56: hue angle of 49.33º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9DC56 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB24922086-
CMYK00.120.650.02
HSL49.33º93.14%65.69%-
HSV(B)49.33º65.46%97.65%-
XYZ66.347219.2-
YUV213.456.11153.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.86%
GREEN value IS 220 (86.33% from 255) = 39.64%
BLUE value IS 86 (33.98% from 255) = 15.50%
R=44.86%
G=39.64%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492208600.120.650.0249.3393.1465.69
HexF9DC560C412315d42
Octal371334126014101261135102
Binary111110011101110010101100110010000011011000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DC56; }

 p { color: rgb(249,220,86); }

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

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

 a { background-color: rgb(249,220,86); }

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

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

 span { border-color: rgb(249,220,86); }

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