#fce053

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

Shades of Mustard #FCE053

Tints of Mustard #FCE053

Color information

#FCE053 (or 0xFCE053) is unknown color: approx Mustard. HEX triplet: FC, E0 and 53. RGB value is (252,224,83). Sum of RGB (Red+Green+Blue) = 252+224+83=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 83 (32.81% from 255 or 14.85% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE053 is #031FAC. Grayscale: #D8D8D8. Windows color (decimal): -204717 or 5497084. OLE color: 5497084.

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

Color convert

RGB25222483-
CMYK00.110.670.01
HSL50.06º96.57%65.69%-
HSV(B)50.06º67.06%98.82%-
XYZ68.3674.6318.99-
YUV216.352.78153.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.08%
GREEN value IS 224 (87.89% from 255) = 40.07%
BLUE value IS 83 (32.81% from 255) = 14.85%
R=45.08%
G=40.07%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522248300.110.670.0150.0696.5765.69
HexFCE0530B431326142
Octal374340123013103162141102
Binary11111100111000001010011010111000011111001011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fce053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fce053; }

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

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

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

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

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

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

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

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