#FDDB5A

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

Shades of Mustard #FDDB5A

Tints of Mustard #FDDB5A

Color information

#FDDB5A (or 0xFDDB5A) is unknown color: approx Mustard. HEX triplet: FD, DB and 5A. RGB value is (253,219,90). Sum of RGB (Red+Green+Blue) = 253+219+90=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 90 (35.55% from 255 or 16.01% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB5A is #0224A5. Grayscale: #D7D7D7. Windows color (decimal): -140454 or 5954557. OLE color: 5954557.

HSL color Cylindrical-coordinate representation of color #FDDB5A: hue angle of 47.48º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDDB5A is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB25321990-
CMYK00.130.640.01
HSL47.48º97.6%67.25%-
HSV(B)47.48º64.43%99.22%-
XYZ67.6872.2820.06-
YUV214.4657.76155.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 219 (85.94% from 255) = 38.97%
BLUE value IS 90 (35.55% from 255) = 16.01%
R=45.02%
G=38.97%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532199000.130.640.0147.4897.667.25
HexFDDB5A0D4012f6243
Octal375333132015100157142103
Binary11111101110110111011010011011000000110111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDB5A; }

 p { color: rgb(253,219,90); }

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

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

 a { background-color: rgb(253,219,90); }

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

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

 span { border-color: rgb(253,219,90); }

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