#FCE35B

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

Shades of Mustard #FCE35B

Tints of Mustard #FCE35B

Color information

#FCE35B (or 0xFCE35B) is unknown color: approx Mustard. HEX triplet: FC, E3 and 5B. RGB value is (252,227,91). Sum of RGB (Red+Green+Blue) = 252+227+91=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 227 (89.06% from 255 or 39.82% from 570); Blue value is 91 (35.94% from 255 or 15.96% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE35B is #031CA4. Grayscale: #DBDBDB. Windows color (decimal): -203941 or 6022140. OLE color: 6022140.

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

Color convert

RGB25222791-
CMYK00.100.640.01
HSL50.68º96.41%67.25%-
HSV(B)50.68º63.89%98.82%-
XYZ69.576.3920.98-
YUV218.9755.78151.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.21%
GREEN value IS 227 (89.06% from 255) = 39.82%
BLUE value IS 91 (35.94% from 255) = 15.96%
R=44.21%
G=39.82%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522279100.100.640.0150.6896.4167.25
HexFCE35B0A401336043
Octal374343133012100163140103
Binary11111100111000111011011010101000000111001111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE35B; }

 p { color: rgb(252,227,91); }

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

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

 a { background-color: rgb(252,227,91); }

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

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

 span { border-color: rgb(252,227,91); }

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