#F9DC5B

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

Shades of Mustard #F9DC5B

Tints of Mustard #F9DC5B

Color information

#F9DC5B (or 0xF9DC5B) is unknown color: approx Mustard. HEX triplet: F9, DC and 5B. RGB value is (249,220,91). Sum of RGB (Red+Green+Blue) = 249+220+91=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 91 (35.94% from 255 or 16.25% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DC5B is #0623A4. Grayscale: #D6D6D6. Windows color (decimal): -402341 or 6020345. OLE color: 6020345.

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

Color convert

RGB24922091-
CMYK00.120.630.02
HSL48.99º92.94%66.67%-
HSV(B)48.99º63.45%97.65%-
XYZ66.5572.0820.3-
YUV213.9658.61152.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.46%
GREEN value IS 220 (86.33% from 255) = 39.29%
BLUE value IS 91 (35.94% from 255) = 16.25%
R=44.46%
G=39.29%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492209100.120.630.0248.9992.9466.67
HexF9DC5B0C3F2315d43
Octal37133413301477261135103
Binary11111001110111001011011011001111111011000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DC5B; }

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

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

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

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

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

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

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

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