#FCDD5D

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

Shades of Mustard #FCDD5D

Tints of Mustard #FCDD5D

Color information

#FCDD5D (or 0xFCDD5D) is unknown color: approx Mustard. HEX triplet: FC, DD and 5D. RGB value is (252,221,93). Sum of RGB (Red+Green+Blue) = 252+221+93=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 93 (36.72% from 255 or 16.43% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD5D is #0322A2. Grayscale: #D8D8D8. Windows color (decimal): -205475 or 6151676. OLE color: 6151676.

HSL color Cylindrical-coordinate representation of color #FCDD5D: hue angle of 48.3º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCDD5D is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25222193-
CMYK00.120.630.01
HSL48.3º96.36%67.65%-
HSV(B)48.3º63.1%98.82%-
XYZ67.9873.220.9-
YUV215.6858.77153.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.52%
GREEN value IS 221 (86.72% from 255) = 39.05%
BLUE value IS 93 (36.72% from 255) = 16.43%
R=44.52%
G=39.05%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522219300.120.630.0148.396.3667.65
HexFCDD5D0C3F1306044
Octal37433513501477160140104
Binary1111110011011101101110101100111111111000011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDD5D; }

 p { color: rgb(252,221,93); }

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

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

 a { background-color: rgb(252,221,93); }

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

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

 span { border-color: rgb(252,221,93); }

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