#F7DD5C

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

Shades of Mustard #F7DD5C

Tints of Mustard #F7DD5C

Color information

#F7DD5C (or 0xF7DD5C) is unknown color: approx Mustard. HEX triplet: F7, DD and 5C. RGB value is (247,221,92). Sum of RGB (Red+Green+Blue) = 247+221+92=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 92 (36.33% from 255 or 16.43% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DD5C is #0822A3. Grayscale: #D6D6D6. Windows color (decimal): -533156 or 6086135. OLE color: 6086135.

HSL color Cylindrical-coordinate representation of color #F7DD5C: hue angle of 49.94º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7DD5C is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB24722192-
CMYK00.110.630.03
HSL49.94º90.64%66.47%-
HSV(B)49.94º62.75%96.86%-
XYZ66.1572.2620.59-
YUV214.0759.11151.49-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.11%
GREEN value IS 221 (86.72% from 255) = 39.46%
BLUE value IS 92 (36.33% from 255) = 16.43%
R=44.11%
G=39.46%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472219200.110.630.0349.9490.6466.47
HexF7DD5C0B3F3325b42
Octal36733513401377362133102
Binary11110111110111011011100010111111111111001010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DD5C; }

 p { color: rgb(247,221,92); }

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

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

 a { background-color: rgb(247,221,92); }

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

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

 span { border-color: rgb(247,221,92); }

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