#FAD756

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

Shades of Mustard #FAD756

Tints of Mustard #FAD756

Color information

#FAD756 (or 0xFAD756) is unknown color: approx Mustard. HEX triplet: FA, D7 and 56. RGB value is (250,215,86). Sum of RGB (Red+Green+Blue) = 250+215+86=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 86 (33.98% from 255 or 15.61% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD756 is #0528A9. Grayscale: #D3D3D3. Windows color (decimal): -338090 or 5691386. OLE color: 5691386.

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

Color convert

RGB25021586-
CMYK00.140.660.02
HSL47.2º94.25%65.88%-
HSV(B)47.2º65.6%98.04%-
XYZ65.469.618.79-
YUV210.7657.6155.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 215 (84.38% from 255) = 39.02%
BLUE value IS 86 (33.98% from 255) = 15.61%
R=45.37%
G=39.02%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502158600.140.660.0247.294.2565.88
HexFAD7560E4222f5e42
Octal372327126016102257136102
Binary111110101101011110101100111010000101010111110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD756; }

 p { color: rgb(250,215,86); }

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

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

 a { background-color: rgb(250,215,86); }

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

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

 span { border-color: rgb(250,215,86); }

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