Html Css Color HEX #FCE356 Mustard

📋 copy color: '#FCE356'

red 252 ◦ green 227 ◦ blue 86

#FCE356
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mustard #FCE356

Tints of Mustard #FCE356

RGB

 RED value IS 252 (98.83% from 255) = 44.6%

 GREEN value IS 227 (89.06% from 255) = 40.18%

 BLUE value IS 86 (33.98% from 255) = 15.22%

R = 44.6%
G = 40.18%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCE356 (or 0xFCE356) is known color: Mustard. HEX triplet: FC, E3 and 56. RGB value is (252,227,86). Sum of RGB (Red+Green+Blue) = 252+227+86=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 86 (33.98% from 255 or 15.22% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE356 is #031CA9. Grayscale: #DADADA. Windows color (decimal): -203946 or 5694460. OLE color: 5694460.

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

Color convert

RGB 252 227 86 -
CMYK 0 0.10 0.66 0.01
HSL 50.96º 0.97% 0.66% -
HSV(B) 50.96º 0.66% 0.99% -
XYZ 69.29 76.31 19.88 -
YUV 218.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 252 227 86 0 0.10 0.66 0.01 50.96 0.97 0.66
Hex FC E3 56 0 A 42 1 33 61 42
Octal 374 343 126 0 12 102 1 63 141 102
Binary 11111100 11100011 1010110 0 1010 1000010 1 110011 1100001 1000010

Color Harmonies of #FCE356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE356

Black with #FCE356

Text Example


Text Example

White with #FCE356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE356; }

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

 H1.HeaderClassName
 {
   color: #FCE356;
 }
 .AnyTagClassName
 {
   color: #FCE356;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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