#FFD850

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

Shades of Mustard #FFD850

Tints of Mustard #FFD850

Color information

#FFD850 (or 0xFFD850) is unknown color: approx Mustard. HEX triplet: FF, D8 and 50. RGB value is (255,216,80). Sum of RGB (Red+Green+Blue) = 255+216+80=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 80 (31.64% from 255 or 14.52% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD850 is #0027AF. Grayscale: #D4D4D4. Windows color (decimal): -10160 or 5298431. OLE color: 5298431.

HSL color Cylindrical-coordinate representation of color #FFD850: hue angle of 46.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFD850 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB25521680-
CMYK00.150.690
HSL46.63º100%65.69%-
HSV(B)46.63º68.63%100%-
XYZ67.2470.9517.74-
YUV212.1653.42158.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 216 (84.77% from 255) = 39.20%
BLUE value IS 80 (31.64% from 255) = 14.52%
R=46.28%
G=39.20%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552168000.150.69046.6310065.69
HexFFD8500F4502f6442
Octal377330120017105057144102
Binary11111111110110001010000011111000101010111111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD850; }

 p { color: rgb(255,216,80); }

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

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

 a { background-color: rgb(255,216,80); }

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

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

 span { border-color: rgb(255,216,80); }

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