#f9de5b

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

Shades of Mustard #F9DE5B

Tints of Mustard #F9DE5B

Color information

#F9DE5B (or 0xF9DE5B) is unknown color: approx Mustard. HEX triplet: F9, DE and 5B. RGB value is (249,222,91). Sum of RGB (Red+Green+Blue) = 249+222+91=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 91 (35.94% from 255 or 16.19% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DE5B is #0621A4. Grayscale: #D7D7D7. Windows color (decimal): -401829 or 6020857. OLE color: 6020857.

HSL color Cylindrical-coordinate representation of color #F9DE5B: hue angle of 49.75º 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 #F9DE5B is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB24922291-
CMYK00.110.630.02
HSL49.75º92.94%66.67%-
HSV(B)49.75º63.45%97.65%-
XYZ67.0873.1420.48-
YUV215.1457.95152.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.31%
GREEN value IS 222 (87.11% from 255) = 39.50%
BLUE value IS 91 (35.94% from 255) = 16.19%
R=44.31%
G=39.50%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492229100.110.630.0249.7592.9466.67
HexF9DE5B0B3F2325d43
Octal37133613301377262135103
Binary11111001110111101011011010111111111011001010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9de5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9de5b; }

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

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

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

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

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

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

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

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