#FCE25D

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

Shades of Mustard #FCE25D

Tints of Mustard #FCE25D

Color information

#FCE25D (or 0xFCE25D) is unknown color: approx Mustard. HEX triplet: FC, E2 and 5D. RGB value is (252,226,93). Sum of RGB (Red+Green+Blue) = 252+226+93=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 93 (36.72% from 255 or 16.29% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE25D is #031DA2. Grayscale: #DBDBDB. Windows color (decimal): -204195 or 6152956. OLE color: 6152956.

HSL color Cylindrical-coordinate representation of color #FCE25D: hue angle of 50.19º 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 #FCE25D is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25222693-
CMYK00.100.630.01
HSL50.19º96.36%67.65%-
HSV(B)50.19º63.1%98.82%-
XYZ69.3275.8821.35-
YUV218.6157.11151.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 226 (88.67% from 255) = 39.58%
BLUE value IS 93 (36.72% from 255) = 16.29%
R=44.13%
G=39.58%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522269300.100.630.0150.1996.3667.65
HexFCE25D0A3F1326044
Octal37434213501277162140104
Binary1111110011100010101110101010111111111001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE25D; }

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

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

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

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

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

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

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

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