#FCE05C

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

Shades of Mustard #FCE05C

Tints of Mustard #FCE05C

Color information

#FCE05C (or 0xFCE05C) is unknown color: approx Mustard. HEX triplet: FC, E0 and 5C. RGB value is (252,224,92). Sum of RGB (Red+Green+Blue) = 252+224+92=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 224 (87.89% from 255 or 39.44% from 568); Blue value is 92 (36.33% from 255 or 16.20% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE05C is #031FA3. Grayscale: #D9D9D9. Windows color (decimal): -204708 or 6086908. OLE color: 6086908.

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

Color convert

RGB25222492-
CMYK00.110.630.01
HSL49.5º96.39%67.45%-
HSV(B)49.5º63.49%98.82%-
XYZ68.7374.7820.94-
YUV217.3257.28152.73-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.37%
GREEN value IS 224 (87.89% from 255) = 39.44%
BLUE value IS 92 (36.33% from 255) = 16.20%
R=44.37%
G=39.44%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522249200.110.630.0149.596.3967.45
HexFCE05C0B3F1326043
Octal37434013401377162140103
Binary1111110011100000101110001011111111111001011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE05C; }

 p { color: rgb(252,224,92); }

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

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

 a { background-color: rgb(252,224,92); }

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

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

 span { border-color: rgb(252,224,92); }

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